Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Commit

Permalink
Better styling for the version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed May 18, 2011
1 parent f5d43dd commit 898590d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ a:hover {

border-style: solid;
border-width: 1px;
border-color: #999;
border-color: #ccc;
border-bottom: none;

padding: 0.75em;
Expand All @@ -71,6 +71,12 @@ a:hover {
-webkit-border-top-right-radius: 0.75em;
-ie-border-top-right-radius: 0.75em;
-o-border-top-right-radius: 0.75em;

font-weight: bold;

background: #ccc;
color: #333;
text-shadow: #f0f0f0 0px 0.07em;
}

.header .version-tag .stable,
Expand Down Expand Up @@ -115,11 +121,11 @@ a:hover {
.main {
border-top-style: solid;
border-top-width: 2px;
border-top-color: #999;
border-top-color: #ccc;

border-left-style: solid;
border-left-width: 2px;
border-left-color: #999;
border-left-color: #ccc;

border-top-left-radius: 1em;
-moz-border-radius-topleft: 1em;
Expand Down

0 comments on commit 898590d

Please sign in to comment.