diff options
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ /* Add local styling here, instead of modifying style.css. */ -body { line-height: 1.5 } +#content { line-height: 1.5 } |
index : emacsconf-wiki | ||
Sources for the EmacsConf wiki (emacsconf.org) |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | local.css | 2 |
@@ -2,4 +2,4 @@ /* Add local styling here, instead of modifying style.css. */ -body { line-height: 1.5 } +#content { line-height: 1.5 } |