Tarea #694 -> Submenús en minúsculas

git-svn-id: https://192.168.0.254/svn/Proyectos.OriginalHouse_Web/trunk@28 54e8636e-a86c-764f-903d-b964358a1ae2
This commit is contained in:
David Arranz 2011-07-13 18:20:44 +00:00
parent 91e73f8719
commit ea75cb3360

View File

@ -188,7 +188,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-de
.layout-left-content #sidebar { float: right; } .layout-left-content #sidebar { float: right; }
/* 2.2 Navigation */ /* 2.2 Navigation */
#navigation{ font:normal 14px/1em "Gill Sans MT Condensed", sans-serif; text-transform: uppercase;} #navigation{ font:normal 14px/1em "Gill Sans MT Condensed", sans-serif;}
#navigation ul.rss{background:url(images/ico-rss.png) no-repeat right 44%;margin:0 15px 0 0; padding:0 25px 0 0;line-height: 1;} #navigation ul.rss{background:url(images/ico-rss.png) no-repeat right 44%;margin:0 15px 0 0; padding:0 25px 0 0;line-height: 1;}
#navigation ul.rss li{display:inline;padding:0;} #navigation ul.rss li{display:inline;padding:0;}
@ -216,7 +216,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-de
.nav ul li li.current-menu-item a { padding: 8px 0;} .nav ul li li.current-menu-item a { padding: 8px 0;}
#navigation { height: 40px; background: #181818; font-size: 20px; letter-spacing: 1px;} #navigation { height: 40px; background: #181818; font-size: 20px; letter-spacing: 1px;}
#navigation .nav li a { color: #7f7875; font-weight:normal; border-left:1px solid #000;} #navigation .nav li a { color: #7f7875; font-weight:normal; border-left:1px solid #000; text-transform: uppercase;}
#navigation .nav li a:hover { background: none; color: #fff; } #navigation .nav li a:hover { background: none; color: #fff; }
#navigation .nav li:first-child a { border-left:none; } #navigation .nav li:first-child a { border-left:none; }
@ -261,12 +261,12 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-de
box-shadow: 0 2px 2px rgba(0,0,0,.03); box-shadow: 0 2px 2px rgba(0,0,0,.03);
} }
#navigation .nav li ul ul { border-radius: 0 4px 4px 4px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; } #navigation .nav li ul ul { border-radius: 0 4px 4px 4px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
#navigation .nav li ul li a { border:0; border-top:1px solid #252525; border-bottom:1px solid #181818; } #navigation .nav li ul li a { border:0; border-top:1px solid #252525; border-bottom:1px solid #181818; text-transform: none;}
#navigation .nav li ul li:first-child a { border-top:none; } #navigation .nav li ul li:first-child a { border-top:none; }
#navigation .nav li ul li:last-child a { border-bottom:none; } #navigation .nav li ul li:last-child a { border-bottom:none; }
#navigation-top { height: 40px; background: #181818; font-size: 20px; letter-spacing: 1px; text-transform: uppercase; } #navigation-top { height: 40px; background: #181818; font-size: 20px; letter-spacing: 1px; }
#navigation-top .nav li a { color: #7f7875; font-weight:normal; border-left:1px solid #000;} #navigation-top .nav li a { color: #7f7875; font-weight:normal; border-left:1px solid #000;}
#navigation-top .nav li a:hover { background: none; color: #fff; } #navigation-top .nav li a:hover { background: none; color: #fff; }
#navigation-top .nav li:first-child a { border-left:none; } #navigation-top .nav li:first-child a { border-left:none; }