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;
|
||||
}
|
||||
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue