File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
337337table .proptable th : first-child , table .proptable td : first-child {
338338 border-left-style : none;
You can’t perform that action at this time.
0 commit comments