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

@ -64,6 +64,10 @@ code {
clear: both;
}
a img {
border: 0;
}
.skiplink,
.navigation,
.hidden {
@ -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 {