]> git.wh0rd.org - tt-rss.git/commitdiff
css: remove Lucida Grande
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 30 Aug 2011 09:28:01 +0000 (13:28 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 30 Aug 2011 09:28:01 +0000 (13:28 +0400)
digest.css
tt-rss.css
utility.css

index cfff99184f3e5e01a955efb3c3a91ff9e3c20e8c..4a4a13116c1a8bcbbc956dc89d4acfb0c57d8bb4 100644 (file)
@@ -1,7 +1,7 @@
 body#ttrssDigest {
        background : #f0f0f0;
        color : black;
-       font-family : "Lucida Grande", Arial, sans-serif;
+       font-family : sans-serif;
        font-size : 12px;
 }
 
@@ -25,7 +25,7 @@ a:hover {
 #header {
        font-weight : bold;
        font-size : 14px;
-       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
+       font-family : "Segoe UI", Tahoma, sans-serif;
        margin-left : 1em;
        margin-right : 1em;
        color : gray;
@@ -54,36 +54,9 @@ a:hover {
        color : gray;
 }
 
-/*#content h1 {
-       font-weight : bold;
-       font-size : 25px;
-       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
-       letter-spacing : -2;
-       margin : 0px 0px 0.5em 0px;
-       color : black;
-}
-
-#content h2 {
-       font-weight : bold;
-       font-size : 20px;
-       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
-       letter-spacing : 2;
-       margin : 0px 0px 0.5em 0px;
-       color : #684C99;
-}
-
-#content h3 {
-       font-weight : bold;
-       font-size : 16px;
-       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
-       letter-spacing : 2;
-       margin : 0px 0px 0.5em 0px;
-       color : #659a4c;
-} */
-
 #content h1 {
        margin : 0px 0px 20px 0px;
-       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
+       font-family : "Segoe UI", Tahoma, sans-serif;
        font-size : 18px;
        letter-spacing : 1px;
        color : #684C99;
index 2f227595e6287aa9cf52be1cce80adea168fa013..42b0af15b9d958a58a123457619bae3e59ed336b 100644 (file)
@@ -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 {
index 11fc6571163210794efb01bc02dc5a88878fe8a4..0b80789c28b34eecc59d9da09f12517a76f845f1 100644 (file)
@@ -1,7 +1,7 @@
 body {
        margin : 2em;
        padding : 0em;
-       font-family : "Lucida Grande", Arial, sans-serif;
+       font-family : sans-serif;
        font-size : 12px;
 }