diff options
author | Lars Hjemli | 2011-02-19 14:51:00 +0100 |
---|---|---|
committer | Lars Hjemli | 2011-02-19 14:51:00 +0100 |
commit | 979c460e7f71d153ae79da67b8b21c3412f0fe02 (patch) | |
tree | 6da9ffb66ed0a68205e6644cb7e2b4652d6684be /cgit.css | |
parent | fb9e6d1594a24fe4e551fd57a9c91fd18b14806e (diff) | |
parent | 0141b9f889bbaa1fe474f9a98dd377138ac73054 (diff) | |
download | cgit-979c460e7f71d153ae79da67b8b21c3412f0fe02.tar.gz cgit-979c460e7f71d153ae79da67b8b21c3412f0fe02.tar.bz2 cgit-979c460e7f71d153ae79da67b8b21c3412f0fe02.zip |
Merge branch 'br/misc'
* br/misc:
Use transparent background for the cgit logo
ssdiff: anchors for ssdiff
implement repo.logo and repo.logo-link
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,7 +293,7 @@ table.blob pre { | |||
293 | padding: 0; margin: 0; | 293 | padding: 0; margin: 0; |
294 | } | 294 | } |
295 | 295 | ||
296 | table.blob a.no { | 296 | table.blob a.no, table.ssdiff a.no { |
297 | color: gray; | 297 | color: gray; |
298 | text-align: right; | 298 | text-align: right; |
299 | text-decoration: none; | 299 | text-decoration: none; |