From c028ae678efd34fda2d0b61c72dbeeda6328d1b8 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 28 Aug 2013 15:21:17 -0700 Subject: [PATCH] Style update to make the ui demo look better --- themes/neue-dark-ui/section.less | 2 +- themes/neue-dark-ui/text.less | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/themes/neue-dark-ui/section.less b/themes/neue-dark-ui/section.less index 7f85440db..393d07bec 100644 --- a/themes/neue-dark-ui/section.less +++ b/themes/neue-dark-ui/section.less @@ -8,7 +8,7 @@ section { &.bordered { margin: 0; - padding: @component-padding*3 0; + padding: @component-padding 0; border-top: 1px solid @tool-panel-border-highlight-color; border-bottom: 1px solid @tool-panel-border-color; diff --git a/themes/neue-dark-ui/text.less b/themes/neue-dark-ui/text.less index 870ec8aad..9bdedc8b5 100644 --- a/themes/neue-dark-ui/text.less +++ b/themes/neue-dark-ui/text.less @@ -1,11 +1,19 @@ @import "ui-mixins"; @import "ui-variables"; -h1, h2, h3 { line-height: 1em; } +h1, h2, h3 { + line-height: 1em; + margin-bottom: 15px +} h1 { font-size: 2em; } h2 { font-size: 1.5em; } h3 { font-size: 1.2em; } +p { + line-height: 1.6; + margin-bottom: 15px; +} + pre { box-shadow: none; color: @text-color;