summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-15 19:22:21 +0300
committerAndrew Dolgov <[email protected]>2010-01-15 19:22:21 +0300
commit3a4d6df37436f09b7afacf3db39653cb86563dfe (patch)
treed0acb1bac8c568433405db51bfa37327ea529dc0 /tt-rss.css
parent3809b27874608388ec145d76b6da28b1e7eadab1 (diff)
css: font family tweaks
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/tt-rss.css b/tt-rss.css
index a83053767..d7c359b21 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;
}