summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-08-30 13:28:01 +0400
committerAndrew Dolgov <[email protected]>2011-08-30 13:28:01 +0400
commit0e2d03a74ec533078beb775e84f163985053ed40 (patch)
treeb81109423b81670cd59a01cff5e9e4817c6912bb /tt-rss.css
parent55ad314e0bb4e42f766c47585a5ba4753558f408 (diff)
css: remove Lucida Grande
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 2f227595e..42b0af15b 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -3,7 +3,7 @@ body#ttrssMain, body#ttrssPrefs, body#ttrssLogin {
color : black;
margin : 0px;
padding : 0px;
- font-family : "Lucida Grande", Arial, sans-serif;
+ font-family : sans-serif;
font-size : 12px;
}
@@ -527,7 +527,7 @@ div#headlines-toolbar {
background-color : #ecf4ff;
border-color : #88b0f0 #88b0f0 #ecf4ff #88b0f0;
font-size : 11px;
- font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
+ font-family : "Segoe UI", Tahoma, sans-serif;
color : gray;
padding : 0px;
margin : 0px;
@@ -598,7 +598,6 @@ div.postHeader div.postDateRTL {
div.postHeader div {
padding-bottom : 3px;
font-size : 12px;
- /* font-family : "Lucida Grande", Tahoma, sans-serif; */
}
#feedUpdateErrors {