mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Style update to make the ui demo look better
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user