summaryrefslogtreecommitdiffhomepage
path: root/themes/fledermaus
diff options
context:
space:
mode:
Diffstat (limited to 'themes/fledermaus')
-rw-r--r--themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css12
-rw-r--r--themes/fledermaus/luasrc/view/themes/fledermaus/header.htm2
2 files changed, 7 insertions, 7 deletions
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;
}
diff --git a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm
index d93d9aee3b..f31478b6e9 100644
--- a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm
+++ b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm
@@ -177,4 +177,4 @@ end
<br class="clear" />
</div>
-<div id="content">
+<div id="maincontent">