comparison mercurial/templates/coal/header.tmpl @ 26284:c258f4d2bfb2

coal: reuse style-paper.css and use a separate css file for visual tweaks To remove another big chunk of duplication from coal hgweb style, we can move all visual tweaks to style-extra-coal.css and include it together with style-paper.css.
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 18 Sep 2015 14:03:32 +0800
parents 9409aeaafdc1
children
comparison
equal deleted inserted replaced
26283:c450265b5611 26284:c258f4d2bfb2
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
3 <head> 3 <head>
4 <link rel="icon" href="{staticurl|urlescape}hgicon.png" type="image/png" /> 4 <link rel="icon" href="{staticurl|urlescape}hgicon.png" type="image/png" />
5 <meta name="robots" content="index, nofollow" /> 5 <meta name="robots" content="index, nofollow" />
6 <link rel="stylesheet" href="{staticurl|urlescape}style-coal.css" type="text/css" /> 6 <link rel="stylesheet" href="{staticurl|urlescape}style-paper.css" type="text/css" />
7 <link rel="stylesheet" href="{staticurl|urlescape}style-extra-coal.css" type="text/css" />
7 <script type="text/javascript" src="{staticurl|urlescape}mercurial.js"></script> 8 <script type="text/javascript" src="{staticurl|urlescape}mercurial.js"></script>