summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.css23
1 files changed, 18 insertions, 5 deletions
diff --git a/cgit.css b/cgit.css
index 1179c13..3ca2263 100644
--- a/cgit.css
+++ b/cgit.css
@@ -129,7 +129,8 @@ body {
#cgit .pager {
list-style: none;
padding: 0;
- margin: 0.5em 0;
+ margin: 0.5em;
+ text-align: center;
}
#cgit .pager li {
@@ -209,14 +210,14 @@ body {
display: block;
}
-#cgit .diff tr, #cgit .diff tbody, #cgit .diff td {
- display: block
-}
-
#cgit .diff div:hover {
background-color: #F8EEC7;
}
+#cgit .diff td {
+ min-width: 918px;
+}
+
#cgit .diff .head {
background-image: linear-gradient(#FAFAFA, #EAEAEA);
border-bottom: 1px solid #D8D8D8;
@@ -553,3 +554,15 @@ body {
color: #333;
border-radius: 2px;
}
+
+#cgit .decoration .tag-deco {
+ background-color: #ea6dab;
+ padding: 0 0.2em;
+ margin: 0 0.3em;
+ font-weight: bold;
+ font-size: 80%;
+ position: relative;
+ bottom: 0.1em;
+ color: #333;
+ border-radius: 2px;
+}