optimize text legibility a bit
This commit is contained in:
parent
3baca85314
commit
17809d7c4e
1
cdm.css
1
cdm.css
|
@ -55,6 +55,7 @@ div.cdmContent a:hover {
|
||||||
|
|
||||||
div.cdmContentInner {
|
div.cdmContentInner {
|
||||||
margin : 10px;
|
margin : 10px;
|
||||||
|
line-height : 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.cdmContentInner img {
|
div.cdmContentInner img {
|
||||||
|
|
11
tt-rss.css
11
tt-rss.css
|
@ -3,8 +3,8 @@ body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
|
||||||
color : black;
|
color : black;
|
||||||
margin : 0px;
|
margin : 0px;
|
||||||
padding : 0px;
|
padding : 0px;
|
||||||
font-family : sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size : 13px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body#ttrssPrefs {
|
body#ttrssPrefs {
|
||||||
|
@ -325,7 +325,7 @@ div#headlines-toolbar {
|
||||||
border-width : 0px 0px 1px 0px;
|
border-width : 0px 0px 1px 0px;
|
||||||
background-color : #fcfcfc;
|
background-color : #fcfcfc;
|
||||||
border-color : #c0c0c0;
|
border-color : #c0c0c0;
|
||||||
font-size : 11px;
|
font-size : 12px;
|
||||||
font-family : "Segoe UI", Tahoma, sans-serif;
|
font-family : "Segoe UI", Tahoma, sans-serif;
|
||||||
color : gray;
|
color : gray;
|
||||||
padding : 0px;
|
padding : 0px;
|
||||||
|
@ -817,7 +817,7 @@ div.fatalError textarea {
|
||||||
margin : 0px;
|
margin : 0px;
|
||||||
border-width : 0px;
|
border-width : 0px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-size : 11px;
|
font-size : 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
|
@ -845,6 +845,7 @@ div.fatalError textarea {
|
||||||
border-bottom-width : 0px;
|
border-bottom-width : 0px;
|
||||||
border-right-width : 0px;
|
border-right-width : 0px;
|
||||||
border-left-width : 0px;
|
border-left-width : 0px;
|
||||||
|
line-height: 20px;
|
||||||
overflow : auto;
|
overflow : auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1035,7 +1036,7 @@ div.hl.active {
|
||||||
}
|
}
|
||||||
|
|
||||||
#feedTree .dijitTreeRow, #feedTree .dijitFocused {
|
#feedTree .dijitTreeRow, #feedTree .dijitFocused {
|
||||||
padding : 1px 0px 1px;
|
padding : 2px 0px 2px;
|
||||||
border-width : 1px;
|
border-width : 1px;
|
||||||
border-color : transparent;
|
border-color : transparent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue