X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=gitweb%2Fgitweb.css;h=a92f185bac07b08c2781f5875a7432b67fe6d1f1;hb=c1f79382e6c7077d6d9dde786b7c11d5dc787853;hp=d987f42215802207dfe6064bb88099c7a90c4636;hpb=380d82374dc963e7ba30bf3bf59cf3d5b3dac72e;p=infrastructure.git diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index d987f42..a92f185 100644 --- a/gitweb/gitweb.css +++ b/gitweb/gitweb.css @@ -69,8 +69,29 @@ td, th { padding: 5px; } +td.link,td.link>a, +td.selflink,td.selflink>a, +table.heads>tr>td:first-child { + font-size: 12px; + font-family: times; + padding: 2px; +} + +td.selflink>a.commit, td.link>a.commit { + font-size: 16px; + font-family: times; + padding: 2px; +} + +td.age { + font-size: 14px; + font-family: times; + padding: 2px; + font-style: italic; +} + .page_nav br { - display: none; + display: none; } /* Page Header @@ -296,11 +317,13 @@ th .header { span.refs span { color: #000; padding: 0px 4px; - font-size: 10px; +# font-size: 10px; font-weight: normal; border: 1px solid; background-color: #ffaaff; border-color: #ffccff #ff00ee #ff00ee #ffccff; + font-family: helvetica; + font-size: 16px; } span.refs span.ref { @@ -396,4 +419,4 @@ span.match { td.error { color: red; background: yellow; -} \ No newline at end of file +}