properties can now effectively inherit properties (v4.0.2.5)
svn: r10848 original commit: 763d37d775d2deca0337e58deb3f15ac7d9c9208
This commit is contained in:
parent
5db56595cc
commit
c6a534f0b4
|
@ -144,7 +144,7 @@ table td {
|
|||
margin-right: 2em;
|
||||
}
|
||||
.tocset td {
|
||||
vertical-align: top;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
.tocview {
|
||||
|
@ -387,7 +387,7 @@ i {
|
|||
|
||||
.inlinetop{
|
||||
display: inline;
|
||||
vertical-align: top;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
.together {
|
||||
|
@ -395,7 +395,7 @@ i {
|
|||
}
|
||||
|
||||
.prototype td {
|
||||
vertical-align: top;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
.longprototype td {
|
||||
vertical-align: bottom;
|
||||
|
@ -406,7 +406,7 @@ i {
|
|||
}
|
||||
|
||||
.argcontract td {
|
||||
vertical-align: top;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
.ghost {
|
||||
|
@ -458,7 +458,7 @@ i {
|
|||
.techoutside:hover>.techinside { color: inherit; }
|
||||
|
||||
.bibliography td {
|
||||
vertical-align: top;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
.imageleft {
|
||||
|
|
Loading…
Reference in New Issue
Block a user