Initialize text-indent at the table boundary, this cuts inheritance of text-indent inside tables. plus removal of a conflicting border specification bug 140682 r=hixie sr=bzbarsky

This commit is contained in:
bernd.mielke%snafu.de 2002-11-23 17:56:44 +00:00
parent 1e654f2c3b
commit c2ad0f7d79
2 changed files with 2 additions and 2 deletions

View File

@ -155,6 +155,7 @@ table {
margin-top: 0;
margin-bottom: 0;
-moz-box-sizing: border-box;
text-indent: 0;
}
*|*:-moz-table {
@ -178,7 +179,6 @@ table[rules] {
*|*:-moz-table-outer {
display: table;
margin: 0;
border: none;
padding: 0;
width: 0;
height: 0;

View File

@ -155,6 +155,7 @@ table {
margin-top: 0;
margin-bottom: 0;
-moz-box-sizing: border-box;
text-indent: 0;
}
*|*:-moz-table {
@ -178,7 +179,6 @@ table[rules] {
*|*:-moz-table-outer {
display: table;
margin: 0;
border: none;
padding: 0;
width: 0;
height: 0;