themes/freifunk-generic: Remove border from imagelinks and general formatting cleanup

This commit is contained in:
Manuel Munz 2010-12-13 12:12:42 +00:00
parent 39578a6b72
commit 031a62ce97

View file

@ -17,7 +17,7 @@ body {
}
html, body {
height: 99%;
height: 99%;
}
* {
@ -64,6 +64,10 @@ code {
clear: both;
}
a img {
border: 0;
}
.skiplink,
.navigation,
.hidden {
@ -82,9 +86,9 @@ code {
}
.errorbox {
border: 1px solid #F00;
background-color: #FCC;
padding: 5px;
border: 1px solid #F00;
background-color: #FCC;
padding: 5px;
}
#header {
@ -101,15 +105,15 @@ padding: 5px;
}
#header_left{
text-align:left;
top: 42px;
float:left;
text-align:left;
top: 42px;
float:left;
}
#header_left a{
color: #dc0067;
font: bold 28px Helvetica;
text-decoration: none;
color: #dc0067;
font: bold 28px Helvetica;
text-decoration: none;
}
#header p {
@ -242,7 +246,6 @@ html #menubar a:visited {
font-weight: normal;
}
html #menubar a:link:hover,
html #menubar a:visited:hover,
html #menubar a:link:active,
@ -485,7 +488,6 @@ div.cbi-tab-descr {
padding: 0.5em 0.5em 0.5em 2em;
}
input[type=submit],
input[type=reset],
input[type=image],
@ -493,7 +495,6 @@ input[type=button] {
cursor: pointer;
}
select,
input,
textarea {
@ -832,19 +833,19 @@ td.cbi-value-error {
}
.footer, .push {
height: 2em;
height: 2em;
}
.footer {
width: 99%;
padding: 0.3em;
width: 99%;
padding: 0.3em;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -2em;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -2em;
}
.luci a:link,