themes/freifunk-generic: Remove border from imagelinks and general formatting cleanup
This commit is contained in:
parent
39578a6b72
commit
031a62ce97
1 changed files with 21 additions and 20 deletions
|
@ -64,6 +64,10 @@ code {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a img {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.skiplink,
|
.skiplink,
|
||||||
.navigation,
|
.navigation,
|
||||||
.hidden {
|
.hidden {
|
||||||
|
@ -242,7 +246,6 @@ html #menubar a:visited {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
html #menubar a:link:hover,
|
html #menubar a:link:hover,
|
||||||
html #menubar a:visited:hover,
|
html #menubar a:visited:hover,
|
||||||
html #menubar a:link:active,
|
html #menubar a:link:active,
|
||||||
|
@ -485,7 +488,6 @@ div.cbi-tab-descr {
|
||||||
padding: 0.5em 0.5em 0.5em 2em;
|
padding: 0.5em 0.5em 0.5em 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
input[type=submit],
|
input[type=submit],
|
||||||
input[type=reset],
|
input[type=reset],
|
||||||
input[type=image],
|
input[type=image],
|
||||||
|
@ -493,7 +495,6 @@ input[type=button] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
select,
|
select,
|
||||||
input,
|
input,
|
||||||
textarea {
|
textarea {
|
||||||
|
|
Loading…
Reference in a new issue