From f04e836c66d5eb21780db9f8687812505b37997a Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 18 Jan 2013 15:17:47 +0200 Subject: [PATCH] thinner menu line --- web/templates/header.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/web/templates/header.html b/web/templates/header.html index f85516a41..85ca86564 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -81,10 +81,10 @@ .nav-logo { float:left; - height:104px; + height:105px; width:161px; margin: 0 0px 0 0; - border-bottom: 3px solid #d6d6d6; + border-bottom: 2px solid #d6d6d6; } .nav-lnk { @@ -99,31 +99,32 @@ .nav-block { margin: 0 0px 0 0; - height:104px; + height:105px; width: 118px; float:left; cursor: pointer; - border-bottom: 3px solid #d6d6d6; + border-bottom: 2px solid #d6d6d6; } .nav-block:hover { - border-bottom: 3px solid #f79b44; + height:103px; + border-bottom: 4px solid #f79b44; } .nav-selected-block { margin: 0; color: #174f82; - height: 104px; + height: 103px; width: 118px; float: left; background: #fff; - border-bottom: 3px solid #777; + border-bottom: 4px solid #777; cursor: pointer; } .nav-selected-block:hover { - border-bottom: 3px solid #f79b44; + border-bottom: 4px solid #f79b44; } .nav-header {