styled agenda/news fields with better spacing
This commit is contained in:
parent
a993369b64
commit
0522c07797
|
@ -676,10 +676,12 @@ ul.sidebar li.widget_sociallinks a.delicious {
|
|||
max-width: 100%;
|
||||
}
|
||||
#content .post p.meta, #content .page p.meta, #content p.meta {
|
||||
display: flex;
|
||||
align-items: end;
|
||||
min-height: 2rem;
|
||||
padding-bottom:0.3rem;
|
||||
font-size:0.7rem;
|
||||
line-height:0.8rem;
|
||||
padding-bottom:0;
|
||||
min-height: 2rem;
|
||||
}
|
||||
#content .post p.meta span, #content .page p.meta span, #content p.meta span {
|
||||
padding:0px 0px 0px 0px;
|
||||
|
@ -814,7 +816,7 @@ span.cat a{text-transform: uppercase; letter-spacing:normal}
|
|||
|
||||
#content .boxentry h3.art {text-transform: uppercase;}
|
||||
#content .boxentry h3.catt a {color: #333333; }
|
||||
#content .boxentry h3.nosubcatt a {color: #0000ff; font-size:14px; line-height:19px;}
|
||||
#content .boxentry h3.nosubcatt a {color: #0000ff; font-size:14px; line-height:1rem;}
|
||||
#content .boxentry p.catt {color: #333333;}
|
||||
#content li.linkcat h3 {font-size:14px; line-height: 16px; font-weight:normal; padding: 10px 0 5px; color: #0000ff;}
|
||||
|
||||
|
|
Loading…
Reference in New Issue