mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
[project @ 2005-03-23 22:43:16 by tlsa]
Position aligned tables with margins. svn path=/import/netsurf/; revision=1576
This commit is contained in:
parent
c0b5985867
commit
4bdb8b3234
@ -65,9 +65,9 @@ dir { display: block; padding-left: 0.5em; }
|
||||
menu { display: block; padding-left: 0.5em; }
|
||||
|
||||
table { display: table; }
|
||||
table[align=left] { float: left; }
|
||||
table[align=center] { margin-left: auto; margin-right: auto; text-align: left; }
|
||||
table[align=right] { float: right; text-align: left; }
|
||||
table[align=left] { margin-right: auto; }
|
||||
table[align=center] { margin-left: auto; margin-right: auto; }
|
||||
table[align=right] { margin-left: auto; }
|
||||
|
||||
caption { display: table-caption; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user