This commit is contained in:
Athou
2013-03-25 18:04:21 +01:00
parent 7e0ef9f89d
commit 3b852d7743

View File

@@ -1,13 +1,6 @@
/* tree*/
.sidebar-nav-fixed {
padding: 9px 0;
position:fixed;
left:20px;
top:60px;
width:250px;
}
.row-fluid > .span-fixed-sidebar {
margin-left: 290px;
overflow: hidden;
}
.css-treeview {
@@ -33,6 +26,24 @@
color: black;
}
/* entry list*/
.entry {
border-bottom: 1px solid #CCCCCC;
}
.entry:hover {
background-color: #EBEBEB;
}
.entry a {
color: black;
display: block;
}
.entry a:hover {
text-decoration: none;
}
.entry-heading .unread {
font-weight: bold;
}