Reduce unused height on headlines.
This commit is contained in:
parent
de92f74867
commit
bcfd8b1d93
1 changed files with 4 additions and 1 deletions
|
@ -98,7 +98,6 @@ body nav input {
|
||||||
}
|
}
|
||||||
|
|
||||||
.node .node {
|
.node .node {
|
||||||
margin: 0.5em 0ex 0.5em 0.25ex;
|
|
||||||
padding: 1ex 0 1ex 1ex;
|
padding: 1ex 0 1ex 1ex;
|
||||||
border-left: 1px dashed #2c3e50;
|
border-left: 1px dashed #2c3e50;
|
||||||
}
|
}
|
||||||
|
@ -115,6 +114,10 @@ body nav input {
|
||||||
content: "🮦";
|
content: "🮦";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.node .title {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Inhibit <p> tags inside inlined items */
|
/* Inhibit <p> tags inside inlined items */
|
||||||
/* TODO: Remove need for this on generator */
|
/* TODO: Remove need for this on generator */
|
||||||
.item p {
|
.item p {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue