]> oss.titaniummirror.com Git - oss-web.git/commitdiff
Update gitweb.css to stay in sync with latest changes to default.css.
authorR. Steve McKown <rsmckown@gmail.com>
Thu, 17 Dec 2009 18:22:26 +0000 (11:22 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Fri, 18 Dec 2009 17:07:24 +0000 (10:07 -0700)
in/gitweb/gitweb.css

index 597592bd0d6806c76ba93c89636cd5957a3d2066..6a73d7a47789e482ff6301fdb06e603e99c9fb11 100644 (file)
@@ -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
 ================================================ */
 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)
 ================================================ */