comparison tests/test-hgweb-descend-empties.t @ 26021:b57d05ca8743

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.
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 11 Aug 2015 13:45:54 +0800
parents 902148444889
children c258f4d2bfb2
comparison
equal deleted inserted replaced
26020:cc3a30ff9490 26021:b57d05ca8743
371 371
372 <div id="powered-by"> 372 <div id="powered-by">
373 <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a></p> 373 <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a></p>
374 </div> 374 </div>
375 375
376 <div id="corner-top-left"></div>
377 <div id="corner-top-right"></div>
378 <div id="corner-bottom-left"></div>
379 <div id="corner-bottom-right"></div>
380
381 </div> 376 </div>
382 377
383 </body> 378 </body>
384 </html> 379 </html>
385 380