]> git.wh0rd.org - tt-rss.git/commitdiff
css: font family tweaks
authorAndrew Dolgov <fox@bah.org.ru>
Fri, 15 Jan 2010 16:22:21 +0000 (19:22 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Fri, 15 Jan 2010 16:22:21 +0000 (19:22 +0300)
themes/greentiny/theme.css
themes/neon/theme.css
themes/neutral/theme.css
tt-rss.css

index 752e7c46df308b23bb17475a7e563f770dd5ac4e..52a3ab0bfcc9afbf222c57e33106c861e86b00a3 100644 (file)
@@ -657,7 +657,6 @@ div.headlinesSubToolbar {
        right : 0px;\r
        background : #171D22;\r
        font-size : 11px;\r
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;\r
        color : gray;\r
 }\r
 \r
@@ -750,7 +749,6 @@ div.postReply span.tagList {
 div.postHeader div {\r
        padding-bottom : 3px;\r
        font-size : 12px;\r
-       /* font-family : "Lucida Grande", Tahoma, sans-serif; */\r
 }\r
 \r
 #feedUpdateErrors {\r
index 9a0e0128260e6c0edd10aacd4b58f11acbaa7a21..af74cc3dd731f71604ff18e4ba71669d4dea2b80 100644 (file)
@@ -66,6 +66,8 @@ input, select, button {
        border : 1px solid black;
        color : #b077ec;
        padding : 2px 4px 2px 4px;
+       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
+       font-size : 12px;
 }
 
 button:active {
index 6de171de072b9dae6cc7edee7ac121ee8f7f9f82..7ea1abb164896906cdf9f813a0b4b4f85f251285 100644 (file)
@@ -113,6 +113,7 @@ input, select, button {
        color : #404040;
        padding : 2px 4px 2px 4px;
        font-size : 12px;
+       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
 }
 
 button:active {
index a830537674bad59ba09b46c03b1270e2450e1b59..d7c359b213854a846ae43f49dc2eb7cdfd228458 100644 (file)
@@ -112,7 +112,6 @@ ul.feedList {
        margin : 5px 5px 5px 0px;
        padding : 0px 0px 0px 5px;
        font-size : 12px;
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
 }
 
 ul.feedList li.feedCat, ul.feedList li.virtCat {
@@ -323,7 +322,7 @@ input.editbox {
 
 #dispSwitch {
        font-size : 12px;
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
+       font-family : "Lucida Grande", Arial, sans-serif;
        text-align : right;
        float : right;
        margin : 5px 5px 0px 0px;
@@ -654,7 +653,7 @@ div.prefsTab {
        margin : 0px 0px 0px 5px;
        padding : 3px 5px 3px 5px;
        font-size : 12px;
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
+       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
        border-collapse : collapse;
        min-width : 100px;
        text-align : center;
@@ -673,7 +672,7 @@ div.prefsTabSelected {
        padding : 3px 5px 3px 5px;
        background-color : #ecf4ff;
        font-size : 12px;
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
+       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
        border-collapse : collapse;
        font-weight : bold;
        min-width : 100px;
@@ -779,7 +778,7 @@ div.headlinesSubToolbar {
        right : 0px;
        background-color : white;
        font-size : 11px;
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
+       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
        color : gray;
 }