htdocs/site/css/all.css: clean up link styles
This commit is contained in:
parent
400c96862a
commit
8862864062
|
@ -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
Loading…
Reference in New Issue