A bit modification

This commit is contained in:
Ebrahim Byagowi
2013-07-02 18:53:57 +04:30
parent 3c4a96aca5
commit 641b5d78c3

View File

@@ -10,6 +10,10 @@ body {
.entryList {
padding-top: 0!important;
}
/* needed for more scroll speed */
#uvTab {
display: none;
}
/* Change source-codes in feeds background to white */
pre {
background-color: transparent;
@@ -46,4 +50,8 @@ pre {
.sidebar-nav-fixed:hover {
overflow-y: auto;
}
/* 100% forever */
.expanded .entry-header, #feed-accordion .entry-body-content {
max-width: 100%;
}
}