Minor style changes.

This commit is contained in:
Lars Jung 2012-10-27 02:02:10 +02:00
parent 17c6f18910
commit 9163996ac2
14 changed files with 132 additions and 126 deletions

View file

@ -10,12 +10,24 @@
&.entry {
a, a:active, a:visited {
border-bottom: 1px solid #e8e8e8;
border-top: 1px solid @item-border-col-sep;
border-bottom: 1px solid @item-border-col-sep;
&:hover, &.hover {
border-color: @item-border-col-hover;
}
}
// needs to be here, to not conflict with header fields
.icon, .label, .date, .size {
padding: 6px;
padding: 8px 6px;
}
}
&.entry + .entry {
a, a:active, a:visited {
border-top: none;
}
}