now double columns for some lists with enough screen and paper width
This commit is contained in:
parent
8e1a38372b
commit
db650eae05
@ -1105,3 +1105,12 @@ h2.footnotes{
|
||||
li, p, dd {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.org-dl {
|
||||
-webkit-column-count: 2;
|
||||
-moz-column-count: 2;
|
||||
column-count: 2;
|
||||
-webkit-column-width: 300px;
|
||||
-moz-column-width: 300px;
|
||||
column-width: 300px;
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Reference in New Issue
Block a user