mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
16 lines
213 B
CSS
16 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;
|
|
}
|