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
このコミットが含まれているのは:
pichel 2009-06-05 17:49:07 +00:00
コミット 015f97c3e0
1個のファイルの変更5行の追加0行の削除

ファイルの表示

@ -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;