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

css: font size tweaks

This commit is contained in:
Andrew Dolgov
2010-11-19 19:09:31 +03:00
parent df1c35f46c
commit e5df6e9eb4
4 changed files with 19 additions and 32 deletions

View File

@@ -4,6 +4,7 @@ body#ttrssMain, body#ttrssPrefs {
margin : 0px;
padding : 0px;
font-family : "Lucida Grande", Arial, sans-serif;
font-size : 12px;
}
body#ttrssPrefs {
@@ -596,7 +597,6 @@ div#headlines-toolbar div#subtoolbar_ftitle {
}
span.contentPreview {
font-size : 12px;
color : gray;
font-weight : normal;
}
@@ -1244,16 +1244,6 @@ div#l_progress_i {
height : 10px;
}
/* #content-insert {
background-color : white;
overflow : auto;
position : absolute;
left : 0px;
right : 0px;
bottom : 0px;
top : 6px;
} */
div.dlgSec {
font-size : 12px;
color : gray;
@@ -1508,10 +1498,6 @@ div.fatalError textarea {
display : none;
}
#headlinesInnerContainer {
font-size : 12px;
}
#content-tabs {
margin : 0px;
padding : 0px;