Fix padding of ul ul elements of the menu : the left padding is reset to 0, while the right one is set to 0.6em

svn path=/trunk/; revision=12710
Este commit está contenido en:
pichel 2009-06-05 17:49:07 +00:00
padre 349c65b2b4
commit 015f97c3e0
Se han modificado 1 ficheros con 5 adiciones y 0 borrados

Ver fichero

@ -14,6 +14,11 @@
padding-left: 0;
}
#menu ul ul {
padding-right: 0.6em;
padding-left: 0.6em;
}
#language {
margin-right: 220px;
margin-left: 0;