summaryrefslogtreecommitdiff
path: root/digest.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 /digest.css
parent55ad314e0bb4e42f766c47585a5ba4753558f408 (diff)
css: remove Lucida Grande
Diffstat (limited to 'digest.css')
-rw-r--r--digest.css33
1 files changed, 3 insertions, 30 deletions
diff --git a/digest.css b/digest.css
index cfff99184..4a4a13116 100644
--- a/digest.css
+++ b/digest.css
@@ -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;