From 86e1aebb593eb712e45536b730302495948ebdad Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 7 Oct 2008 13:10:24 +0000 Subject: * luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina! --- themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'themes/fledermaus/htdocs/luci-static') diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css index 7deeaebeab..c81ff32208 100644 --- a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css +++ b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css @@ -16,7 +16,7 @@ code { white-space: pre; } -div#content ul { +div#maincontent ul { margin-left: 2em; } @@ -164,7 +164,7 @@ div#content ul { float: right; } -#content { +#maincontent { clear: both; width: 90%; margin: 0 auto; @@ -174,20 +174,20 @@ div#content ul { font-size: 80%; } -#content h1 { +#maincontent h2 { margin: 0.25em 0 0.5em 0; font-size: 150%; font-weight: normal; } -#content h2 { +#maincontent h3 { margin: 0.5em 0; font-size: 120%; font-weight: normal; text-decoration: underline; } -#content p { +#maincontent p { margin-bottom: 1em; } @@ -579,7 +579,7 @@ ul.cbi-apply { width: 200% !important; } -* html div#content { +* html div#maincontent { margin-left: -80% !important; width: 160% !important; } -- cgit v1.2.3