summaryrefslogtreecommitdiff
path: root/themes
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 /themes
parent3809b27874608388ec145d76b6da28b1e7eadab1 (diff)
css: font family tweaks
Diffstat (limited to 'themes')
-rw-r--r--themes/greentiny/theme.css2
-rw-r--r--themes/neon/theme.css2
-rw-r--r--themes/neutral/theme.css1
3 files changed, 3 insertions, 2 deletions
diff --git a/themes/greentiny/theme.css b/themes/greentiny/theme.css
index 752e7c46d..52a3ab0bf 100644
--- a/themes/greentiny/theme.css
+++ b/themes/greentiny/theme.css
@@ -657,7 +657,6 @@ div.headlinesSubToolbar {
right : 0px;
background : #171D22;
font-size : 11px;
- font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
color : gray;
}
@@ -750,7 +749,6 @@ div.postReply span.tagList {
div.postHeader div {
padding-bottom : 3px;
font-size : 12px;
- /* font-family : "Lucida Grande", Tahoma, sans-serif; */
}
#feedUpdateErrors {
diff --git a/themes/neon/theme.css b/themes/neon/theme.css
index 9a0e01282..af74cc3dd 100644
--- a/themes/neon/theme.css
+++ b/themes/neon/theme.css
@@ -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 {
diff --git a/themes/neutral/theme.css b/themes/neutral/theme.css
index 6de171de0..7ea1abb16 100644
--- a/themes/neutral/theme.css
+++ b/themes/neutral/theme.css
@@ -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 {