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; right : 0px;
background : #171D22; background : #171D22;
font-size : 11px; font-size : 11px;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
color : gray; color : gray;
} }
@ -750,7 +749,6 @@ div.postReply span.tagList {
div.postHeader div { div.postHeader div {
padding-bottom : 3px; padding-bottom : 3px;
font-size : 12px; font-size : 12px;
/* font-family : "Lucida Grande", Tahoma, sans-serif; */
} }
#feedUpdateErrors { #feedUpdateErrors {

View File

@ -66,6 +66,8 @@ input, select, button {
border : 1px solid black; border : 1px solid black;
color : #b077ec; color : #b077ec;
padding : 2px 4px 2px 4px; padding : 2px 4px 2px 4px;
font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
font-size : 12px;
} }
button:active { button:active {

View File

@ -113,6 +113,7 @@ input, select, button {
color : #404040; color : #404040;
padding : 2px 4px 2px 4px; padding : 2px 4px 2px 4px;
font-size : 12px; font-size : 12px;
font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
} }
button:active { button:active {

View File

@ -112,7 +112,6 @@ ul.feedList {
margin : 5px 5px 5px 0px; margin : 5px 5px 5px 0px;
padding : 0px 0px 0px 5px; padding : 0px 0px 0px 5px;
font-size : 12px; font-size : 12px;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
} }
ul.feedList li.feedCat, ul.feedList li.virtCat { ul.feedList li.feedCat, ul.feedList li.virtCat {
@ -323,7 +322,7 @@ input.editbox {
#dispSwitch { #dispSwitch {
font-size : 12px; font-size : 12px;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif; font-family : "Lucida Grande", Arial, sans-serif;
text-align : right; text-align : right;
float : right; float : right;
margin : 5px 5px 0px 0px; margin : 5px 5px 0px 0px;
@ -654,7 +653,7 @@ div.prefsTab {
margin : 0px 0px 0px 5px; margin : 0px 0px 0px 5px;
padding : 3px 5px 3px 5px; padding : 3px 5px 3px 5px;
font-size : 12px; font-size : 12px;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif; font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
border-collapse : collapse; border-collapse : collapse;
min-width : 100px; min-width : 100px;
text-align : center; text-align : center;
@ -673,7 +672,7 @@ div.prefsTabSelected {
padding : 3px 5px 3px 5px; padding : 3px 5px 3px 5px;
background-color : #ecf4ff; background-color : #ecf4ff;
font-size : 12px; font-size : 12px;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif; font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
border-collapse : collapse; border-collapse : collapse;
font-weight : bold; font-weight : bold;
min-width : 100px; min-width : 100px;
@ -779,7 +778,7 @@ div.headlinesSubToolbar {
right : 0px; right : 0px;
background-color : white; background-color : white;
font-size : 11px; font-size : 11px;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif; font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
color : gray; color : gray;
} }