1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

remove themes/

This commit is contained in:
Andrew Dolgov
2013-01-23 15:36:32 +04:00
parent fd535b317c
commit 96f0a3e79d
8 changed files with 3 additions and 185 deletions

View File

@@ -1,10 +0,0 @@
#content-insert {
border-left-width : 1px;
border-bottom-width : 0px;
}
#headlines-frame {
border-right-width : 1px;
}

View File

@@ -1,5 +0,0 @@
[theme]
name=Widescreen
author=seeker
version=1.1
options=

View File

@@ -1,16 +0,0 @@
function themeBeforeLayout() {
if ($("content-insert")) {
$("headlines-wrap-inner").setAttribute("design", 'sidebar');
$("content-insert").setAttribute("region", "trailing");
$("content-insert").setStyle({
width: '50%',
height: 'auto'});
}
}
function themeAfterLayout() {
$("headlines-toolbar").setStyle({
'border-width': '1px 1px 0px 0px',
'border-color': '#88b0f0',
});
}