mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
css: remove Lucida Grande
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user