summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-05-14 05:51:22 -0400
committerAmin Bandali <bandali@gnu.org>2020-05-14 05:51:22 -0400
commit6bdf0c7357e04ee7d1f721199b4d48f4bc7da29d (patch)
tree212e8b4a58c6be122a6ef386e233872c05a451cc /local.css
parent02b44f86e3298f724eaa2700105bff020373da22 (diff)
downloademacsconf-wiki-6bdf0c7357e04ee7d1f721199b4d48f4bc7da29d.tar.xz
emacsconf-wiki-6bdf0c7357e04ee7d1f721199b4d48f4bc7da29d.zip
set line-height only for the #content
don't mess with the height of action buttons in the top menu
Diffstat (limited to 'local.css')
-rw-r--r--local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.css b/local.css
index 030dc258..72a07eb9 100644
--- a/local.css
+++ b/local.css
@@ -2,4 +2,4 @@
/* Add local styling here, instead of modifying style.css. */
-body { line-height: 1.5 }
+#content { line-height: 1.5 }