1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

load scriptaculous in prefs.php

This commit is contained in:
Andrew Dolgov
2007-08-11 17:28:04 +01:00
parent 019bd5a951
commit 5f014cf1a7
4 changed files with 18 additions and 7 deletions
+11 -5
View File
@@ -56,6 +56,13 @@ div.postReply div.postIcon {
margin : 10px 0px 10px 10px;
}
div.postReply img.tagsPic {
width : 16px;
height : 16px;
vertical-align : middle;
}
ul.feedList {
list-style-type : none;
margin : 5px;
@@ -936,27 +943,26 @@ div.cdmFooter span.s0 {
border-width : 0px 1px 0px 0px;
border-color : #c0c0c0;
border-style : dotted;
padding : 0px 10px 0px 0px;
padding : 0px 5px 0px 0px;
}
div.cdmFooter span.s1 {
border-width : 0px 1px 0px 0px;
border-color : #c0c0c0;
border-style : dotted;
padding : 0px 10px 0px 10px;
padding : 0px 5px 0px 5px;
}
div.cdmFooter span.s2 {
padding : 0px 10px 0px 10px;
padding : 0px 5px 0px 5px;
}
div.cdmFooter img.markedPic {
div.cdmFooter img.markedPic, div.cdmFooter img.tagsPic {
width : 16px;
height : 16px;
vertical-align : middle;
}
div.cdmHeader div.articleUpdated {
float : right;
}