@import "common"; .main-content-stripe { // default too bright. background-color: $content-color; padding: 30px 0; } body { border-width: 0; // remove ugly border } .page_header, .page_footer { margin-bottom: 0; margin-left: auto; margin-right: auto; margin-top: 0; max-width: $main-column-max-width; padding-left: 30px; padding-right: 30px; } table.project_list { // The main project list just has this one uncentered element, // so center it margin: 0 auto; } .content { // summary pages etc. don't fit nicely in 700px, so just // have a 20px margin. margin: 0 20px; } div.page_header { // 21.0667 seems to be default for h3 in the non-gitweb site, copy it here margin-bottom: 21.0667px; margin-top: 21.0667px; padding-bottom: 0; padding-top: 0; // remove padding added by gitweb's css } // I tried to find all the css to override, // but found certain things not overriding as I would expect, // So hammer it with !important a { color: $link-color !important; text-decoration: none; } a:hover { text-decoration: underline !important; } a:visited { color: $link-visited-color !important; } .page_header, .page_header a:visited, .page_header a { color: $page-header-link-color !important; // same as for main.css font-size: 21.0667px; // same as otehr 21.0667 line-height: 1.2; // copy from h settings in main.css }