# HG changeset patch # User Anton Shestakov # Date 1439271954 -28800 # Node ID b57d05ca874385d79866c6083a09145b488d9713 # Parent cc3a30ff9490cbc9f9ab59ccd1093c2279701c76 monoblue: remove unused elements and related css Since 91b0ada2d94b and c9b88695d894, when monoblue was introduced, the code this patch removes was untouched. Presumably, there supposed to be nice graphics in the screen corners, but there never were due to: - the css being commented out - ids of the elements and of the css selectors being different - and the png files absent The "corner" elements were unstyled and didn't affect the rest of the page, so I think it's safe to remove all this. diff -r cc3a30ff9490 -r b57d05ca8743 mercurial/templates/monoblue/footer.tmpl --- a/mercurial/templates/monoblue/footer.tmpl Thu Aug 13 16:15:43 2015 +0900 +++ b/mercurial/templates/monoblue/footer.tmpl Tue Aug 11 13:45:54 2015 +0800 @@ -12,11 +12,6 @@

mercurial

-
-
-
-
- diff -r cc3a30ff9490 -r b57d05ca8743 mercurial/templates/monoblue/index.tmpl --- a/mercurial/templates/monoblue/index.tmpl Thu Aug 13 16:15:43 2015 +0900 +++ b/mercurial/templates/monoblue/index.tmpl Tue Aug 11 13:45:54 2015 +0800 @@ -29,11 +29,6 @@

mercurial

-
-
-
-
- diff -r cc3a30ff9490 -r b57d05ca8743 mercurial/templates/static/style-monoblue.css --- a/mercurial/templates/static/style-monoblue.css Thu Aug 13 16:15:43 2015 +0900 +++ b/mercurial/templates/static/style-monoblue.css Tue Aug 11 13:45:54 2015 +0800 @@ -311,44 +311,6 @@ div#powered-by a:hover { text-decoration: underline; } -/* -div#monoblue-corner-top-left { - position: absolute; - top: 0; - left: 0; - width: 10px; - height: 10px; - background: url(./monoblue-corner.png) top left no-repeat !important; - background: none; -} -div#monoblue-corner-top-right { - position: absolute; - top: 0; - right: 0; - width: 10px; - height: 10px; - background: url(./monoblue-corner.png) top right no-repeat !important; - background: none; -} -div#monoblue-corner-bottom-left { - position: absolute; - bottom: 0; - left: 0; - width: 10px; - height: 10px; - background: url(./monoblue-corner.png) bottom left no-repeat !important; - background: none; -} -div#monoblue-corner-bottom-right { - position: absolute; - bottom: 0; - right: 0; - width: 10px; - height: 10px; - background: url(./monoblue-corner.png) bottom right no-repeat !important; - background: none; -} -*/ /** end of common settings **/ /** summary **/ diff -r cc3a30ff9490 -r b57d05ca8743 tests/test-hgweb-descend-empties.t --- a/tests/test-hgweb-descend-empties.t Thu Aug 13 16:15:43 2015 +0900 +++ b/tests/test-hgweb-descend-empties.t Tue Aug 11 13:45:54 2015 +0800 @@ -373,11 +373,6 @@

mercurial

-
-
-
-
-