1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

css: font family tweaks

This commit is contained in:
Andrew Dolgov
2010-01-15 19:22:21 +03:00
parent 3809b27874
commit 3a4d6df374
4 changed files with 7 additions and 7 deletions

View File

@@ -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 {

View 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 {

View 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 {