aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-03-15 21:00:36 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-03-15 21:00:36 +0100
commit73eaec8b7aaa02e77cd475ccfdb117e188895457 (patch)
tree9bba8659c62de209331edf2685bf7372f2ba3226 /cgit.css
parentd0f10b314dca7c6929b6fe8fa4cb5af10bcf8c2d (diff)
parent39735d95ca8775204ed4c5f306009707f7da79c6 (diff)
downloadpkg-cgit-73eaec8b7aaa02e77cd475ccfdb117e188895457.zip
pkg-cgit-73eaec8b7aaa02e77cd475ccfdb117e188895457.tar.gz
pkg-cgit-73eaec8b7aaa02e77cd475ccfdb117e188895457.tar.bz2
Merge branch 'master' of git://git.zx2c4.com/cgit
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/cgit.css b/cgit.css
index 82c755c..66c6d53 100644
--- a/cgit.css
+++ b/cgit.css
@@ -18,7 +18,7 @@ div#cgit a:hover {
}
div#cgit table {
- border-collapse: collapse;
+ border-collapse: collapse;
}
div#cgit table#header {
@@ -85,6 +85,12 @@ div#cgit table.tabs td a.active {
background-color: #ccc;
}
+div#cgit table.tabs a[href^="http://"]:after, div#cgit table.tabs a[href^="https://"]:after {
+ content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgAhcJDQY+gm2TAAAAHWlUWHRDb21tZW50AAAAAABDcmVhdGVkIHdpdGggR0lNUGQuZQcAAABbSURBVAhbY2BABs4MU4CwhYHBh2Erww4wrGFQZHjI8B8IgUIscJWyDHcggltQhI4zGDCcRwhChPggHIggP1QoAVmQkSETrGoHsiAEsACtBYN0oDAMbgU6EBcAAL2eHUt4XUU4AAAAAElFTkSuQmCC);
+ opacity: 0.5;
+ margin: 0 0 0 5px;
+}
+
div#cgit table.tabs td.form {
text-align: right;
}
@@ -797,9 +803,9 @@ div#cgit table.ssdiff td.head div.head {
div#cgit table.ssdiff td.foot {
border-top: solid 1px #aaa;
- border-left: none;
- border-right: none;
- border-bottom: none;
+ border-left: none;
+ border-right: none;
+ border-bottom: none;
}
div#cgit table.ssdiff td.space {