summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-26 06:11:41 +0100
committerAndrew Dolgov <[email protected]>2005-08-26 06:11:41 +0100
commita1ea1e12a86d18a987a4242320fa3081f5a1b979 (patch)
tree8da5c9a039f119672d6aeb741d757b3d7e29a405 /tt-rss.css
parentb10e155060d8486af22eb5a29d2862972824cbef (diff)
support for comments attribute (schema updated)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css31
1 files changed, 0 insertions, 31 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 8c16790eb..104964472 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -98,9 +98,6 @@ input {
table.main td.toolbar {
height : 40px;
background-color : #f0f0f0;
- /* background-image : url("shadow_top.png");
- background-position : bottom left;
- background-repeat : repeat-x; */
padding-right : 10px;
padding-left : 10px;
font-size : small;
@@ -200,17 +197,6 @@ table.main td.notify {
font-weight : bold;
}
-li {
- list-style-type : none;
-
-}
-
-ul {
- margin : 0px;
- padding : 0px;
- border : 1px solid #f0f0f0;
-}
-
.invisible {
display : none;
}
@@ -251,7 +237,6 @@ table.prefFeedList tr.title td {
font-weight : bold;
}
-
.evenSelected {
background-color : #e0e0ff;
}
@@ -344,22 +329,6 @@ table.postTable tr.titleBottom td {
}
-/*
-table.postTable tr.titleTop td {
- padding : 5px 10px 0px 10px;
-}
-
-table.postTable tr.titleBottom td {
- padding : 3px 10px 5px 10px;
-}
-
-table.postTable tr.headerRow td.headers, table.postTable tr.headerRow td.iconBox {
- background : #f0f0f0;
- border-width : 0px 0px 1px 0px;
- border-color : #d0d0d0;
- border-style : solid;
-}*/
-
table.postTable td.post {
padding : 20px;