This commit is contained in:
Jeremie Panzer
2013-03-27 09:50:52 +01:00
parent 0d83bd19d0
commit 120823e2a3
2 changed files with 10 additions and 3 deletions

View File

@@ -26,8 +26,7 @@
.css-treeview a {
cursor: pointer;
color: black;
display: block;
overflow-hidden;
display: block; overflow-hidden;
text-overflow: ellipsis;
}
@@ -55,6 +54,10 @@
margin-top: 80px;
}
#feed-accordion .accordion-inner {
padding: 0px;
}
#feed-accordion .entry-heading {
padding: 6px 0px;
}
@@ -79,4 +82,8 @@
#feed-accordion a.accordion-toggle .unread {
font-weight: bold;
}
#feed-accordion .entry-body h4 {
margin-top: 5px;
}