summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt-light
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-07 13:10:24 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-07 13:10:24 +0000
commit86e1aebb593eb712e45536b730302495948ebdad (patch)
treefa32edb6b7afd2d2cb05e0f44fbc0a4b3cfc3845 /themes/openwrt-light
parente798793e6f382734ff2922072b2780bbf07cfce8 (diff)
* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina!
Diffstat (limited to 'themes/openwrt-light')
-rw-r--r--themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css12
-rw-r--r--themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm2
2 files changed, 7 insertions, 7 deletions
diff --git a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
index 064b4e63c..cdc0d4e92 100644
--- a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
+++ b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
@@ -16,7 +16,7 @@ code {
white-space: pre;
}
-div#content ul {
+div#maincontent ul {
margin-left: 2em;
}
@@ -146,7 +146,7 @@ div#content ul {
float: right;
}
-#content {
+#maincontent {
clear: both;
width: 80%;
margin: 0 auto;
@@ -159,20 +159,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;
}
@@ -564,7 +564,7 @@ ul.cbi-apply {
width: 200% !important;
}
-* html div#content {
+* html div#maincontent {
margin-left: -80% !important;
width: 160% !important;
}
diff --git a/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm b/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm
index 31b1ad017..cbfdba14e 100644
--- a/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm
+++ b/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm
@@ -183,4 +183,4 @@ end
<br class="clear" />
</div>
-<div id="content">
+<div id="maincontent">