mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
Treat CENTER like other browsers do.
svn path=/trunk/netsurf/; revision=3297
This commit is contained in:
parent
b6087556e5
commit
87836a2b3d
@ -117,7 +117,7 @@ applet[align=left] { float: left; }
|
||||
applet[align=right] { float: right; }
|
||||
|
||||
center { display: block; text-align: center; }
|
||||
center > * { margin-left: auto; margin-right: auto; }
|
||||
center * { margin-left: auto; margin-right: auto; }
|
||||
|
||||
tt { font-family: monospace; }
|
||||
i { font-style: italic; }
|
||||
|
Loading…
Reference in New Issue
Block a user