summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-07-25 01:27:16 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-07-25 01:27:16 +0000
commit9625de73bb3249a3229754841fa0bff3c1d960f3 (patch)
treebdf0d7f68491f93196fef5a5aa155f6ea2701092 /!NetSurf/Resources
parentbd86e2be69e2812c1355af63f9c5368be7fff45a (diff)
downloadnetsurf-9625de73bb3249a3229754841fa0bff3c1d960f3.tar.gz
netsurf-9625de73bb3249a3229754841fa0bff3c1d960f3.tar.bz2
[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
Diffstat (limited to '!NetSurf/Resources')
-rw-r--r--!NetSurf/Resources/CSS,f791
1 files changed, 1 insertions, 0 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index beb85eaa8..477035276 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -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; }