Skip to content

Commit b69bba3

Browse files
committed
Sync'ed with css3-background. Added 'vertical-align: baseline' for proptable.
1 parent bc3f7f3 commit b69bba3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

default.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* Style sheet for the CSS3 specification,
33
* to be used in addition to http://www.w3.org/StyleSheets/TR/W3C-{WD,PR,REC}
4-
* $Id$
54
*/
65

76
@media print {
@@ -123,7 +122,7 @@ div.example:before {
123122
position: absolute;
124123
top: -0.6em;
125124
left: -2.5em;
126-
width: 7.5em;
125+
min-width: 7.5em;
127126
text-align: center;
128127
line-height: 1em;
129128
color: #FFF8DD;
@@ -140,7 +139,7 @@ pre.example:before {
140139
position: absolute;
141140
top: -0.6em;
142141
left: -2.5em;
143-
width: 7.5em;
142+
min-width: 7.5em;
144143
text-align: center;
145144
line-height: 1em;
146145
color: #FFF8DD;
@@ -333,6 +332,7 @@ table.proptable td, table.proptable th {
333332
border-style: solid none none dotted;
334333
border-width: thin;
335334
border-color: red;
335+
vertical-align: baseline;
336336
}
337337
table.proptable th:first-child, table.proptable td:first-child {
338338
border-left-style: none;

0 commit comments

Comments
 (0)