gitweb: remove unused css classes
authorAnton Shestakov <av6@dwimlabs.net>
Sat, 25 Nov 2017 15:42:24 +0800
changeset 35134 bd957ee85a6b
parent 35133 cb31d1567394
child 35135 e46f0b653002
gitweb: remove unused css classes Looks like they were unused since the very introduction of gitweb theme in 385b8872b8e3.
mercurial/templates/static/style-gitweb.css
tests/test-hgweb.t
--- 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;
--- 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;