1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 01:39:16 +00:00

add 3pane theme

This commit is contained in:
Andrew Dolgov
2007-10-30 09:22:01 +01:00
parent de0800a971
commit 203610630a
9 changed files with 94 additions and 36 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

29
themes/3pane/theme.css Normal file
View File

@@ -0,0 +1,29 @@
div.headlines_normal {
position : absolute;
border-width : 1px 1px 0px 0px;
right : 400px;
overflow : hidden;
bottom : 40px;
height : auto;
}
#content-frame {
width : 400px;
right : 0px;
top : 85px;
left : auto;
}
div.postHeader div.postDate {
text-align : left;
color : gray;
float : none;
}
div.postHeader div.postDateRTL {
text-align : left;
color : gray;
float : none;
}