Skip to content

Commit b38411d

Browse files
committed
Added 'vertical-align: baseline' for proptable.
1 parent b69bba3 commit b38411d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

css3-background/default.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +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-
<<<<<<< default.css
5-
* $Id$
6-
=======
7-
>>>>>>> 1.14
84
*/
95

106
@media print {
@@ -336,6 +332,7 @@ table.proptable td, table.proptable th {
336332
border-style: solid none none dotted;
337333
border-width: thin;
338334
border-color: red;
335+
vertical-align: baseline;
339336
}
340337
table.proptable th:first-child, table.proptable td:first-child {
341338
border-left-style: none;

0 commit comments

Comments
 (0)