diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-03-22 01:58:03 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-03-22 01:58:03 -0400 |
| commit | 628930098151d9a1dbc1625c127d6fcbc4b9cc20 (patch) | |
| tree | 30b0c5bbe9afbf131a8dbe098c5a71ea23e011ca | |
| parent | 22203005df6985a32d43f82446c48aeb8e8a928e (diff) | |
| download | cgit-skin-628930098151d9a1dbc1625c127d6fcbc4b9cc20.tar.gz | |
Labels
| -rw-r--r-- | cgit.css | 26 |
1 files changed, 25 insertions, 1 deletions
@@ -35,7 +35,7 @@ body { } -#cgit #header .form { +#cgit .form { text-align: right; } @@ -475,3 +475,27 @@ body { font-family: "Source Code Pro"; margin: 0; } + +#cgit .decoration .deco { + background-color: #FBCA04; + padding: 0 0.2em; + margin: 0 0.3em; + font-weight: bold; + font-size: 80%; + position: relative; + bottom: 0.1em; + color: #333; + border-radius: 2px; +} + +#cgit .decoration .branch-deco { + background-color: #84B6EB; + padding: 0 0.2em; + margin: 0 0.3em; + font-weight: bold; + font-size: 80%; + position: relative; + bottom: 0.1em; + color: #333; + border-radius: 2px; +} |
