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:
@@ -1,10 +0,0 @@
|
||||
#content-insert {
|
||||
border-left-width : 1px;
|
||||
border-bottom-width : 0px;
|
||||
}
|
||||
|
||||
#headlines-frame {
|
||||
border-right-width : 1px;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
[theme]
|
||||
name=Widescreen
|
||||
author=seeker
|
||||
version=1.1
|
||||
options=
|
||||
@@ -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',
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user