summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-03-23 20:00:38 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-03-23 20:00:38 -0400
commitda899b20f9ae19780ab05af8f929e9deee5ca11b (patch)
tree489d2da53617ece7df696348164fb3fedad8ffb3
parentb53fbea08b2bc9a6367d5827e1c1b7fc244a6614 (diff)
downloadcgit-skin-da899b20f9ae19780ab05af8f929e9deee5ca11b.tar.gz
Label borders
-rw-r--r--cgit.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/cgit.css b/cgit.css
index 3bcab16..cb14d19 100644
--- a/cgit.css
+++ b/cgit.css
@@ -617,25 +617,27 @@ body {
#cgit .decoration .deco {
background-color: #FBCA04;
padding: 0 0.2em;
- margin: 0 0.3em;
+ margin: 0 0.2em;
font-weight: bold;
font-size: 80%;
position: relative;
bottom: 0.1em;
color: #333;
- border-radius: 2px;
+ border-radius: 4px;
+ border: 1px solid #e0b504;
}
#cgit .decoration .branch-deco {
background-color: #84B6EB;
padding: 0 0.2em;
- margin: 0 0.3em;
+ margin: 0 0.2em;
font-weight: bold;
font-size: 80%;
position: relative;
bottom: 0.1em;
color: #333;
- border-radius: 2px;
+ border-radius: 4px;
+ border: 1px solid #75a2d1;
}
#cgit .decoration .tag-deco {
@@ -647,5 +649,6 @@ body {
position: relative;
bottom: 0.1em;
color: #333;
- border-radius: 2px;
+ border-radius: 4px;
+ border: #d16199;
}