From 628930098151d9a1dbc1625c127d6fcbc4b9cc20 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Sat, 22 Mar 2014 01:58:03 -0400 Subject: Labels --- cgit.css | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/cgit.css b/cgit.css index db5b826..a162d1f 100644 --- a/cgit.css +++ b/cgit.css @@ -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; +} -- cgit v1.2.3-70-g09d2