From ea39c3bc113ac23214748ec4a68ccaa14c6d593c Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 6 Aug 2014 10:07:45 +0200 Subject: [PATCH] Fix tab indentation --- gitweb.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitweb.css b/gitweb.css index 6d65c24..e5eb53f 100644 --- a/gitweb.css +++ b/gitweb.css @@ -313,8 +313,8 @@ th .header { .readme { background: #eaf2f5; border: 1px solid #bedce7; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 15px auto; padding: 15px; @@ -620,7 +620,7 @@ td.category { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C8D8E7), color-stop(100%,#E6F1F3)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C8D8E7', endColorstr='#E6F1F3',GradientType=0 ); /* ie */ background: -o-linear-gradient(top, #C8D8E7 0%, #E6F1F3 100%); - font-weight: bold; + font-weight: bold; border-bottom: 1px solid #D1D1D1; border-top: 1px solid #D1D1D1; } -- 2.30.2