mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-21 05:44:54 +00:00
17 lines
213 B
CSS
17 lines
213 B
CSS
![]() |
#main h2 {
|
||
|
font-size: 120%;
|
||
|
}
|
||
|
|
||
|
#main .docbody {
|
||
|
margin-left: 2em;
|
||
|
line-height: 140%;
|
||
|
}
|
||
|
|
||
|
#main p.meta {
|
||
|
font-size: xx-small;
|
||
|
background: transparent;
|
||
|
color: #999;
|
||
|
margin-top: 1em;
|
||
|
margin-left: 0;
|
||
|
}
|