Merge branch 'firefox' into dev

This commit is contained in:
Steven Garrity 2012-03-06 11:41:16 -04:00
Родитель 1a93c46cad 7697cc621a
Коммит 6a7c1219c8
2 изменённых файлов: 7 добавлений и 14 удалений

Просмотреть файл

@ -14,19 +14,6 @@
}
}
nav.menu-bar {
line-height: 100%;
ul li {
padding-top: (@baseLine / 2);
padding-bottom: (@baseLine / 2);
a span {
display: block;
font-size: 24px;
line-height: 100%;
}
}
}
/* {{{ Main Content */

Просмотреть файл

@ -292,7 +292,6 @@ input[type=text]:focus {
}
nav.menu-bar {
line-height: @baseLine * 3;
text-align: center;
.open-sans-light;
margin-bottom: @baseLine * 2;
@ -304,10 +303,17 @@ nav.menu-bar {
li {
.inline-block;
margin: 0;
padding-top: (@baseLine / 2);
padding-bottom: (@baseLine / 2);
a {
.inline-block;
border-left: 1px dotted @borderColor;
padding: @baseLine / 3 @baseLine;
span {
display: block;
font-size: 24px;
line-height: 100%;
}
}
&:first-child a {
border-left: 0;