X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=blobdiff_plain;f=gitweb.css;h=1a5a44e2eba82c85e4344e8a9bfb96387aecc510;hp=537bb2cfafb6e53f57ab5d5b6f5353668f380bbc;hb=d037a7b5b22b515f7f15169b15e9bf9631af4809;hpb=3774751ba45c2de3aaacf9bee2d1faf741df753f diff --git a/gitweb.css b/gitweb.css index 537bb2c..1a5a44e 100755 --- a/gitweb.css +++ b/gitweb.css @@ -62,6 +62,22 @@ a:hover { text-decoration: underline; } +td.list a[href*='a=tree'], td.list a[href*='a=blob'] { + padding-left: 20px; + display: block; + float: left; + height: 16px; + line-height: 16px; +} + +td.list a[href*='a=tree'] { + background: url(dir.png) center left no-repeat; +} + +td.list a[href*='a=blob'] { + background: url(txt.png) center left no-repeat; +} + i { font-style: normal; } @@ -463,3 +479,4 @@ td.pre, div.pre, div.diff { .kwb { color:#6b3099; } .kwc { color:#d4663d; } .kwd { color:#2928ff; } +