aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index dab5977..d80bec1 100644
--- a/cgit.css
+++ b/cgit.css
@@ -258,6 +258,11 @@ div#cgit div#summary {
margin-bottom: 1em;
}
+div#cgit div.embedded-readme {
+ margin-top: 1em;
+
+}
+
div#cgit table#downloads {
float: right;
border-collapse: collapse;
@@ -962,3 +967,12 @@ div#cgit span.libravatar:hover > img.onhover {
background-color: #eeeeee;
box-shadow: 2px 2px 7px rgba(100,100,100,0.75);
}
+
+
+div#cgit div.embedded-readme {
+ border-top: solid 2px #ccc;
+ background-color: #eee;
+ padding: 1.5em;
+ margin-top: 2em;
+}
+