From 71817e60834d661652bd006592132404b3f2dc81 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 4 Mar 2013 23:42:28 +0200 Subject: [PATCH] thiner line under submenu --- web/templates/header.html | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/web/templates/header.html b/web/templates/header.html index 79b9086a1..9382520e7 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -92,10 +92,10 @@ .nav-logo { float:left; - height:109px; + height:110px; width:161px; margin: 0; - border-bottom: 2px solid #d3d3d3; + border-bottom: 1px solid #d3d3d3; } .nav-lnk { @@ -110,11 +110,11 @@ .nav-block { margin: 0; - height:109px; + height:110px; width: 118px; float:left; cursor: pointer; - border-bottom: 2px solid #d3d3d3; + border-bottom: 1px solid #d3d3d3; } @@ -767,13 +767,21 @@ width: 996px; } + .nav-logo { + float:left; + height:112px; + width:161px; + margin: 0; + border-bottom: 1px solid #d3d3d3; + } + .nav-block { margin: 0; - height:109px; + height:112px; width: 118px; float:left; cursor: pointer; - border-bottom: 2px solid #d3d3d3; + border-bottom: 1px solid #d3d3d3; } .nav-block:hover {