[project @ 2004-04-24 23:44:06 by bursa]
Add table[align=center]. svn path=/import/netsurf/; revision=802
This commit is contained in:
parent
1f07fc6de5
commit
7a06e57bb2
|
@ -71,6 +71,7 @@ input[type=checkbox], input[type=radio] { background-color: transparent;
|
|||
[align=right] { text-align: right; }
|
||||
img[align=left], table[align=left] { float: left; }
|
||||
img[align=right], table[align=right] { float: right; text-align: left; }
|
||||
table[align=center] { margin-left: auto; margin-right: auto; }
|
||||
|
||||
br[clear=all] { clear: both; }
|
||||
br[clear=left] { clear: left; }
|
||||
|
|
Loading…
Reference in New Issue