From: R. Steve McKown Date: Thu, 17 Dec 2009 18:22:26 +0000 (-0700) Subject: Update gitweb.css to stay in sync with latest changes to default.css. X-Git-Url: https://oss.titaniummirror.com/gitweb?p=oss-web.git;a=commitdiff_plain;h=d31b6b84cf6565a4674d20ec0e0d35899e2300df Update gitweb.css to stay in sync with latest changes to default.css. --- diff --git a/in/gitweb/gitweb.css b/in/gitweb/gitweb.css index 597592b..6a73d7a 100644 --- a/in/gitweb/gitweb.css +++ b/in/gitweb/gitweb.css @@ -7,6 +7,26 @@ padding: 0; } +.clearfix:after { + content: "."; + display: block; + height: 1px; + clear: both; + visibility: hidden; +} + +.clearfix { + display: inline-block; +} + +/* Hides from IE-mac \*/ + +.clearfix { + display: block; +} + +/* End hide from IE-mac */ + /* ============================================= Main Blocks ================================================ */ @@ -14,24 +34,30 @@ body { font-family: sans-serif; font-size: small; - margin: 0 10px; - background-color: #fff; color: #494949; + background-color: #FFF; + margin: 16px 24px; +} + +#container { + background-image: url(/style/sidebar_border.gif); + background-repeat: repeat-y; } +#error-503 #container { + background-image: none; +} + +#wrapper {} + /* ============================================= Header ================================================ */ #header { - font-family: "Times New Roman", Times, serif; - font-size: 14px; - margin-bottom: 18px; - width: 955px; - margin-left: auto; - margin-right: auto; - padding: 16px 0; height: 86px; + padding-bottom: 16px; + margin-bottom: 18px; } #homeLink { @@ -67,7 +93,6 @@ body { ================================================ */ #topInfo { - float: right; } #topInfo p { @@ -124,21 +149,6 @@ body { text-decoration: underline; } - -/* ============================================= - Titles -================================================ */ - -h2 { - color: #23292F; - font-size: 38px; - font-style: italic; - font-weight: normal; - margin-top: 6px; - line-height: 40px; - margin-bottom: 0; -} - /* ============================================= Original gitweb CSS, modified (body is at top) ================================================ */