Files
commafeed/src/main/webapp/css/app.css
Jeremie Panzer 5b9e12a101 styling
2013-03-25 17:16:55 +01:00

38 lines
524 B
CSS

.sidebar-nav-fixed {
padding: 9px 0;
position:fixed;
left:20px;
top:60px;
width:250px;
}
.row-fluid > .span-fixed-sidebar {
margin-left: 290px;
}
.css-treeview {
font-size: inherit;
white-space: nowrap;
}
.css-treeview .selected {
color: #d14836;
}
.css-treeview .unread {
font-weight: bold;
}
.css-treeview a {
cursor: pointer;
color: black;
}
.css-treeview a:hover {
cursor: pointer;
color: black;
}
.entry-heading .unread {
font-weight: bold;
}