Style update to make the ui demo look better

This commit is contained in:
Ben Ogle
2013-08-28 15:21:17 -07:00
parent d32e0c9773
commit c028ae678e
2 changed files with 10 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;