X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/2f7a833204640ff60aa57cb577ffe5b32c8409e91acea52b4602d6e85b4d7a30..5f9145e76025077e55316b834b3276fca8deec9c3241ded66ab032d72002e6d9:/static/gitweb.css?ds=sidebyside diff --git a/static/gitweb.css b/static/gitweb.css index 13ab602..87a26a9 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -438,6 +438,10 @@ div.diff.add { color: #008800; } +div.diff.add span.marked { + background-color: #aaffaa; +} + div.diff.from_file a.path, div.diff.from_file { color: #aa0000; @@ -447,6 +451,10 @@ div.diff.rem { color: #cc0000; } +div.diff.rem span.marked { + background-color: #ffaaaa; +} + div.diff.chunk_header a, div.diff.chunk_header { color: #990099; @@ -520,8 +528,13 @@ div.search { right: 12px } -p.projsearch { +div.projsearch { text-align: center; + margin: 20px 0px; +} + +div.projsearch form { + margin-bottom: 2px; } td.linenr {