##// END OF EJS Templates
hgweb: fix test results missed by 6218:345a23eca8f6
Peter Arrenbrecht -
r6219:d43c9441 default
parent child Browse files
Show More
1 NO CONTENT: modified file, binary diff hidden
@@ -106,19 +106,30 b' tr.dark, .parity1 { background-color:#f6'
106 106 tr.dark:hover, .parity1:hover { background-color:#edece6; }
107 107 td { padding:2px 5px; font-size:12px; vertical-align:top; }
108 108 td.link { padding:2px 5px; font-family:sans-serif; font-size:10px; }
109 td.indexlinks { white-space: nowrap; }
110 td.indexlinks a {
111 padding: 2px 5px; line-height: 10px;
112 border: 1px solid;
113 color: #ffffff; background-color: #7777bb;
114 border-color: #aaaadd #333366 #333366 #aaaadd;
115 font-weight: bold; text-align: center; text-decoration: none;
116 font-size: 10px;
117 }
118 td.indexlinks a:hover { background-color: #6666aa; }
109 119 div.pre { font-family:monospace; font-size:12px; white-space:pre; }
110 120 div.diff_info { font-family:monospace; color:#000099; background-color:#edece6; font-style:italic; }
111 121 div.index_include { border:solid #d9d8d1; border-width:0px 0px 1px; padding:12px 8px; }
112 122 div.search { margin:4px 8px; position:absolute; top:56px; right:12px }
113 123 .linenr { color:#999999; text-decoration:none }
114 a.rss_logo {
115 float:right; padding:3px 6px; line-height:10px;
124 div.rss_logo { float: right; white-space: nowrap; }
125 div.rss_logo a {
126 padding:3px 6px; line-height:10px;
116 127 border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
117 128 color:#ffffff; background-color:#ff6600;
118 129 font-weight:bold; font-family:sans-serif; font-size:10px;
119 130 text-align:center; text-decoration:none;
120 131 }
121 a.rss_logo:hover { background-color:#ee5500; }
132 div.rss_logo a:hover { background-color:#ee5500; }
122 133 pre { margin: 0; }
123 134 span.logtags span {
124 135 padding: 0px 4px;
General Comments 0
You need to be logged in to leave comments. Login now