[project @ 2004-07-25 01:27:16 by jmb]

Fix for Google front page.
There must be a way of doing this which is more generic (otherwise it'll break again under more complex circumstances)

svn path=/import/netsurf/; revision=1140
This commit is contained in:
John Mark Bell 2004-07-25 01:27:16 +00:00
parent bd86e2be69
commit 9625de73bb

View File

@ -97,6 +97,7 @@ 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; }