From 2caa6bd38119212f9cd43282cb2492a5c8b92369 Mon Sep 17 00:00:00 2001 From: Lucian Mogosanu Date: Sun, 6 Oct 2013 10:22:09 +0300 Subject: [PATCH] css: remove header border Temporary modification (until v0.3). --- css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index db727af..6ac67db 100644 --- a/css/default.css +++ b/css/default.css @@ -163,7 +163,7 @@ span > a { } #header { - border-bottom: 2px solid #c2cbce; + //border-bottom: 2px solid #c2cbce; margin-bottom: 30px; padding: 17px 0px 12px 0px; } -- 1.7.10.4