Fixed Footer Nav (#13165)

pull/13643/head
Sai Adarsh S 2019-04-05 21:15:22 +05:30 committed by Kubernetes Prow Robot
parent c70dd4f0c4
commit cec547a509
1 changed files with 5 additions and 17 deletions

View File

@ -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;