summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-03-22 01:58:03 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-03-22 01:58:03 -0400
commit628930098151d9a1dbc1625c127d6fcbc4b9cc20 (patch)
tree30b0c5bbe9afbf131a8dbe098c5a71ea23e011ca
parent22203005df6985a32d43f82446c48aeb8e8a928e (diff)
downloadcgit-skin-628930098151d9a1dbc1625c127d6fcbc4b9cc20.tar.gz
Labels
-rw-r--r--cgit.css26
1 files changed, 25 insertions, 1 deletions
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;
+}