add 3pane theme
parent
de0800a971
commit
203610630a
@ -0,0 +1,3 @@
|
||||
insert into ttrss_themes (theme_name, theme_path) values ('Three-pane', '3pane');
|
||||
|
||||
update ttrss_version set schema_version = 25;
|
@ -0,0 +1,3 @@
|
||||
insert into ttrss_themes (theme_name, theme_path) values ('Three-pane', '3pane');
|
||||
|
||||
update ttrss_version set schema_version = 25;
|
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue