summaryrefslogtreecommitdiffhomepage
path: root/themes/freifunk
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/freifunk
parente798793e6f382734ff2922072b2780bbf07cfce8 (diff)
* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina!
Diffstat (limited to 'themes/freifunk')
-rw-r--r--themes/freifunk/htdocs/luci-static/freifunk/cascade.css12
-rw-r--r--themes/freifunk/luasrc/view/themes/freifunk/header.htm2
2 files changed, 7 insertions, 7 deletions
diff --git a/themes/freifunk/htdocs/luci-static/freifunk/cascade.css b/themes/freifunk/htdocs/luci-static/freifunk/cascade.css
index 8f8dc6939..c6f236dfe 100644
--- a/themes/freifunk/htdocs/luci-static/freifunk/cascade.css
+++ b/themes/freifunk/htdocs/luci-static/freifunk/cascade.css
@@ -60,7 +60,7 @@ a:hover {
min-height: 710px;
}
-div#content ul {
+div#maincontent ul {
margin-left: 2em;
}
@@ -260,7 +260,7 @@ background-color: #FFCB05;
}
-#content {
+#maincontent {
clear: both;
width: 98%;
margin: 0 auto;
@@ -271,20 +271,20 @@ background-color: #FFCB05;
border-top:1px solid #D2A800;
}
-#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;
}
@@ -687,7 +687,7 @@ ul.cbi-apply {
width: 200% !important;
}
-* html div#content {
+* html div#maincontent {
margin-left: -80% !important;
width: 160% !important;
}
diff --git a/themes/freifunk/luasrc/view/themes/freifunk/header.htm b/themes/freifunk/luasrc/view/themes/freifunk/header.htm
index a0f7c6339..eb6aa7f8d 100644
--- a/themes/freifunk/luasrc/view/themes/freifunk/header.htm
+++ b/themes/freifunk/luasrc/view/themes/freifunk/header.htm
@@ -193,4 +193,4 @@ end
<br class="clear" />
</div>
-<div id="content">
+<div id="maincontent">