htdocs/site/css/all.css: clean up link styles

This commit is contained in:
XhmikosR 2013-06-05 12:19:08 +03:00 committed by Daniel Marjamki
parent 400c96862a
commit 8862864062
2 changed files with 5 additions and 13 deletions

View File

@ -27,7 +27,7 @@ a:visited { color: #036; text-decoration: underline; }
a:active, a:active,
a:focus, a:focus,
a:hover, a:hover,
a:visited { color: #369; text-decoration: node; } a:visited { color: #369; }
/* Header */ /* Header */
@ -136,7 +136,7 @@ a.author:active {
/* "Download Now!" link */ /* "Download Now!" link */
.downloadnow { a.downloadnow {
display: block; display: block;
width: 12em; width: 12em;
margin: 0; margin: 0;
@ -155,26 +155,18 @@ a.author:active {
box-sizing: content-box; box-sizing: content-box;
} }
a.downloadnow:link,
a.downloadnow:visited {
text-decoration: none;
color: white;
}
a.downloadnow:focus, a.downloadnow:focus,
a.downloadnow:hover { a.downloadnow:hover {
text-decoration: none;
color: white;
background-color: #090; background-color: #090;
} }
.downloadnow strong { a.downloadnow strong {
display: block; display: block;
font-size: larger; font-size: larger;
font-weight: bold; font-weight: bold;
} }
.downloadnow em { a.downloadnow em {
display: block; display: block;
font-size: smaller; font-size: smaller;
font-style: normal; font-style: normal;

File diff suppressed because one or more lines are too long