# HG changeset patch # User Anton Shestakov # Date 1511595744 -28800 # Node ID bd957ee85a6b88cb98cd7913698ed3e13a11f5b5 # Parent cb31d156739449f9ee508d344bd2f68e736159ed gitweb: remove unused css classes Looks like they were unused since the very introduction of gitweb theme in 385b8872b8e3. diff -r cb31d1567394 -r bd957ee85a6b mercurial/templates/static/style-gitweb.css --- a/mercurial/templates/static/style-gitweb.css Sat Nov 25 15:23:07 2017 +0800 +++ b/mercurial/templates/static/style-gitweb.css Sat Nov 25 15:42:24 2017 +0800 @@ -61,8 +61,6 @@ } td.indexlinks a:hover { background-color: #6666aa; } div.pre { font-family:monospace; font-size:12px; white-space:pre; } -div.diff_info { font-family:monospace; color:#000099; background-color:#edece6; font-style:italic; } -div.index_include { border:solid #d9d8d1; border-width:0px 0px 1px; padding:12px 8px; } .search { margin-right: 8px; diff -r cb31d1567394 -r bd957ee85a6b tests/test-hgweb.t --- a/tests/test-hgweb.t Sat Nov 25 15:23:07 2017 +0800 +++ b/tests/test-hgweb.t Sat Nov 25 15:42:24 2017 +0800 @@ -340,7 +340,7 @@ $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server 200 Script output follows - content-length: 9374 + content-length: 9185 content-type: text/css body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; background: white; color: black; } @@ -406,8 +406,6 @@ } td.indexlinks a:hover { background-color: #6666aa; } div.pre { font-family:monospace; font-size:12px; white-space:pre; } - div.diff_info { font-family:monospace; color:#000099; background-color:#edece6; font-style:italic; } - div.index_include { border:solid #d9d8d1; border-width:0px 0px 1px; padding:12px 8px; } .search { margin-right: 8px;