Browse Source

Fix the presentation of the active tabs

master
Julio Biason 5 years ago
parent
commit
df44a82cb3
  1. 3
      cgit.css

3
cgit.css

@ -81,7 +81,7 @@ div#cgit table.tabs td {
}
div#cgit table.tabs td a {
padding: 2px 0.75em;
padding: 0px 0.75em;
color: #ccc;
font-size: 110%;
}
@ -89,6 +89,7 @@ div#cgit table.tabs td a {
div#cgit table.tabs td a.active {
color: #ccc;
background-color: #22222b;
border-bottom: 3px solid #ff2e88;
}
div#cgit table.tabs a[href^="http://"]:after, div#cgit table.tabs a[href^="https://"]:after {

Loading…
Cancel
Save