style lists flexibly (bug 672638)

This commit is contained in:
Chris Van 2011-07-19 15:03:23 -07:00
Родитель e4d43b38a1
Коммит bf57ed7c37
2 изменённых файлов: 19 добавлений и 12 удалений

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

@ -151,14 +151,22 @@
}
}
.secondary {
.listing-grid {
#side-nav .listing-grid {
li {
border: none;
li {
border: none;
a:hover {
background: #fff;
}
.item.addon {
margin-left: -3px;
a {
display: inline;
line-height: auto;
padding: 0;
}
a:after {
display: none;
}
}
.item.addon {
margin-left: -3px;
}
}

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

@ -112,8 +112,7 @@ a {
line-height: 16px;
margin-bottom: 28px;
}
nav > ul li,
#recently-viewed li {
li {
border: 1px solid fadeOut(#000, 80%);
border-width: 0 0 1px 0;
position: relative;
@ -128,6 +127,8 @@ a {
a:hover {
background: #ECF5FE;
}
}
nav li {
a:after {
content: '\203a';
position: absolute;
@ -151,15 +152,13 @@ a {
color: inherit;
}
}
nav > ul a,
#recently-viewed > ul a,
li a,
h2 {
display: block;
text-decoration: none;
line-height: 28px;
}
nav > ul a,
#recently-viewed a,
li a,
h2,
p {
padding: 0 6px;