Mercurial > hg
diff templates/header-gitweb.tmpl @ 1573:28305666f4c9
File revision style fixed
author | Josef "Jeff" Sipek <jeffpc@optonline.net> |
---|---|
date | Mon, 05 Dec 2005 04:49:37 -0500 |
parents | 385b8872b8e3 |
children | b08b87cecc37 |
line wrap: on
line diff
--- a/templates/header-gitweb.tmpl Mon Dec 05 04:30:47 2005 -0500 +++ b/templates/header-gitweb.tmpl Mon Dec 05 04:49:37 2005 -0500 @@ -37,16 +37,16 @@ a.list:hover { text-decoration:underline; color:#880000; } table { padding:8px 4px; } th { padding:2px 5px; font-size:12px; text-align:left; } -tr.light:hover, tr.parity0:hover { background-color:#edece6; } -tr.dark, tr.parity1 { background-color:#f6f6f0; } -tr.dark:hover, tr.parity1:hover { background-color:#edece6; } +tr.light:hover, .parity0:hover { background-color:#edece6; } +tr.dark, .parity1 { background-color:#f6f6f0; } +tr.dark:hover, .parity1:hover { background-color:#edece6; } td { padding:2px 5px; font-size:12px; vertical-align:top; } td.link { padding:2px 5px; font-family:sans-serif; font-size:10px; } 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; } div.search { margin:4px 8px; position:absolute; top:56px; right:12px } -a.linenr { color:#999999; text-decoration:none } +.linenr { color:#999999; text-decoration:none } a.rss_logo { float:right; padding:3px 0px; width:35px; line-height:10px; border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;