Fixed Footer Nav (#13165)
parent
c70dd4f0c4
commit
cec547a509
|
@ -17,17 +17,12 @@ html body .region-inner {
|
|||
width: auto;
|
||||
}
|
||||
|
||||
a:link {
|
||||
text-decoration:none;
|
||||
color: #2288bb;
|
||||
div a:link {
|
||||
color: #326DE6;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration:none;
|
||||
color: #888888;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration:underline;
|
||||
color: #33aaff;
|
||||
|
||||
div a.widget-link {
|
||||
color: #326DE6;
|
||||
}
|
||||
|
||||
/* Header
|
||||
|
@ -305,13 +300,6 @@ h3.post-title {
|
|||
font-size: 30px;
|
||||
color: #326DE6;
|
||||
}
|
||||
* a:link,
|
||||
* a:visited,
|
||||
* a:hover,
|
||||
* a:active {
|
||||
color: #326DE6;
|
||||
}
|
||||
|
||||
|
||||
div.post-footer {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue