cleanup unused styles
This commit is contained in:
parent
e5d4565450
commit
36d5497293
41
tt-rss.css
41
tt-rss.css
|
@ -41,36 +41,6 @@ table.postTable a:hover {
|
||||||
color : black;
|
color : black;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.feedOverview {
|
|
||||||
margin : 5px;
|
|
||||||
border : 1px solid #c0c0c0;
|
|
||||||
background : #f0f0f0;
|
|
||||||
-moz-border-radius : 5px;
|
|
||||||
padding : 5px;
|
|
||||||
font-size : small;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.feeds {
|
|
||||||
font-size : small;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.feeds td.footer {
|
|
||||||
font-weight : bold;
|
|
||||||
border-width : 1px 0px 0px 0px;
|
|
||||||
border-color : #d0d0d0;
|
|
||||||
border-style : solid;
|
|
||||||
text-align : right;
|
|
||||||
font-size : small;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.headlinesList td.search {
|
|
||||||
font-size : small;
|
|
||||||
/* border-width : 0px 0px 1px 0px;
|
|
||||||
border-color : #d0d0d0;
|
|
||||||
border-style : solid;
|
|
||||||
padding-bottom : 3px; */
|
|
||||||
}
|
|
||||||
|
|
||||||
td.headlinesToolbar {
|
td.headlinesToolbar {
|
||||||
padding : 10px;
|
padding : 10px;
|
||||||
}
|
}
|
||||||
|
@ -242,17 +212,6 @@ table.prefAddFeed input {
|
||||||
width : 250px;
|
width : 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
table.prefAddFeed {
|
|
||||||
border : 1px solid #c0c0c0;
|
|
||||||
padding : 10px;
|
|
||||||
-moz-border-radius : 5px;
|
|
||||||
background-color : #f0f0f0;
|
|
||||||
background-image : url("images/form.png");
|
|
||||||
background-position : bottom left;
|
|
||||||
background-repeat : repeat-x;
|
|
||||||
} */
|
|
||||||
|
|
||||||
table.prefFeedList tr.title td, table.prefFilterList tr.title td,
|
table.prefFeedList tr.title td, table.prefFilterList tr.title td,
|
||||||
table.headlinesList tr.title td {
|
table.headlinesList tr.title td {
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
|
|
Loading…
Reference in New Issue