properties can now effectively inherit properties (v4.0.2.5)

svn: r10848

original commit: 763d37d775d2deca0337e58deb3f15ac7d9c9208
This commit is contained in:
Matthew Flatt 2008-07-21 17:04:25 +00:00
parent 5db56595cc
commit c6a534f0b4

View File

@ -144,7 +144,7 @@ table td {
margin-right: 2em; margin-right: 2em;
} }
.tocset td { .tocset td {
vertical-align: top; vertical-align: text-top;
} }
.tocview { .tocview {
@ -387,7 +387,7 @@ i {
.inlinetop{ .inlinetop{
display: inline; display: inline;
vertical-align: top; vertical-align: text-top;
} }
.together { .together {
@ -395,7 +395,7 @@ i {
} }
.prototype td { .prototype td {
vertical-align: top; vertical-align: text-top;
} }
.longprototype td { .longprototype td {
vertical-align: bottom; vertical-align: bottom;
@ -406,7 +406,7 @@ i {
} }
.argcontract td { .argcontract td {
vertical-align: top; vertical-align: text-top;
} }
.ghost { .ghost {
@ -458,7 +458,7 @@ i {
.techoutside:hover>.techinside { color: inherit; } .techoutside:hover>.techinside { color: inherit; }
.bibliography td { .bibliography td {
vertical-align: top; vertical-align: text-top;
} }
.imageleft { .imageleft {