add compact theme
parent
f27d955a58
commit
c339343b40
Binary file not shown.
After Width: | Height: | Size: 218 B |
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
@ -0,0 +1,43 @@
|
||||
#feeds-holder {
|
||||
border-width : 0px 1px 0px 0px;
|
||||
top : 0px;
|
||||
bottom : 0px;
|
||||
background : white;
|
||||
}
|
||||
|
||||
#header {
|
||||
left : 270px;
|
||||
}
|
||||
|
||||
#toolbar {
|
||||
font-size : small;
|
||||
}
|
||||
|
||||
#toolbar input {
|
||||
font-size : small;
|
||||
}
|
||||
|
||||
div.headlines_cdm {
|
||||
border-width : 1px 0px 0px 0px;
|
||||
bottom : 0px;
|
||||
}
|
||||
|
||||
#content-frame {
|
||||
border-width : 1px 0px 0px 0px;
|
||||
bottom : 0px;
|
||||
}
|
||||
|
||||
div.postReply {
|
||||
font-size : small;
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
}
|
||||
|
||||
div.postReply div.postHeader {
|
||||
border-width : 0px 0px 1px 1px;
|
||||
}
|
||||
|
||||
#footer, #prefFooter {
|
||||
display : none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue