mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
7a153f78aa
commit
2a136e2eda
1 changed files with 6 additions and 3 deletions
|
|
@ -30,11 +30,11 @@ div.code {
|
|||
}
|
||||
|
||||
hr {
|
||||
margin: 40px 0
|
||||
margin: 40px 0;
|
||||
}
|
||||
|
||||
.odd {
|
||||
background-color: palegoldenrod;
|
||||
background-color: palegoldenrod;
|
||||
}
|
||||
|
||||
td, th {
|
||||
|
|
@ -42,7 +42,10 @@ td, th {
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
p span { color: red; font-size: 70%; }
|
||||
p span {
|
||||
color: red;
|
||||
font-size: 70%;
|
||||
}
|
||||
|
||||
.unless {
|
||||
border: 2px solid;
|
||||
|
|
|
|||
Loading…
Reference in a new issue