summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-19 19:09:31 +0300
committerAndrew Dolgov <[email protected]>2010-11-19 19:09:31 +0300
commite5df6e9eb48f7a9bb33810fd678ce802e1400206 (patch)
tree8bebdd79797a0ba9c678a104723c823263139067 /tt-rss.css
parentdf1c35f46cbf69cd394197bac71387755d5bd65f (diff)
css: font size tweaks
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css16
1 files changed, 1 insertions, 15 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 98040440d..54eefc6b6 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -4,6 +4,7 @@ body#ttrssMain, body#ttrssPrefs {
margin : 0px;
padding : 0px;
font-family : "Lucida Grande", Arial, sans-serif;
+ font-size : 12px;
}
body#ttrssPrefs {
@@ -596,7 +597,6 @@ div#headlines-toolbar div#subtoolbar_ftitle {
}
span.contentPreview {
- font-size : 12px;
color : gray;
font-weight : normal;
}
@@ -1244,16 +1244,6 @@ div#l_progress_i {
height : 10px;
}
-/* #content-insert {
- background-color : white;
- overflow : auto;
- position : absolute;
- left : 0px;
- right : 0px;
- bottom : 0px;
- top : 6px;
-} */
-
div.dlgSec {
font-size : 12px;
color : gray;
@@ -1508,10 +1498,6 @@ div.fatalError textarea {
display : none;
}
-#headlinesInnerContainer {
- font-size : 12px;
-}
-
#content-tabs {
margin : 0px;
padding : 0px;