Tweaks to paddings

This commit is contained in:
Sahat Yalkabov
2013-12-05 20:51:05 -05:00
parent cdc7e2f0c2
commit 3e41002cf2
6 changed files with 14 additions and 21 deletions

View File

@ -3,10 +3,5 @@
@import "ios7"; @import "ios7";
body { body {
padding-top: 60px; padding-top: 50px;
} }

View File

@ -16,7 +16,11 @@ html {
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-weight: 300; font-weight: 300;
} }
h1, h2, h3 {
margin-bottom: 20px;
}
[class^="fa-"], [class^="fa-"],
[class*="fa-"] { [class*="fa-"] {
@ -522,10 +526,6 @@ label-info {
.page-header { .page-header {
border: 0; border: 0;
h1 {
color: #5e5e5e;
font-weight: 300;
}
} }
.text-primary { .text-primary {

View File

@ -1,8 +1,7 @@
extends layout extends layout
block content block content
.page-header h2 Account Settings
h2 Account Settings
ul.nav.nav-tabs ul.nav.nav-tabs
li.active li.active
a(href='#basic', data-toggle='tab') Basic Info a(href='#basic', data-toggle='tab') Basic Info

View File

@ -1,8 +1,7 @@
extends layout extends layout
block content block content
.page-header h2 API Browser
h2 API Browser
ul.list-unstyled.lead ul.list-unstyled.lead
li li

View File

@ -15,9 +15,10 @@ block content
.panel-footer .panel-footer
div= message div= message
else else
h1 .page-header
i.fa.fa-foursquare h1
| Foursquare APIs i.fa.fa-foursquare
| Foursquare APIs
.btn-group.btn-group-justified .btn-group.btn-group-justified
a.btn.btn-lg.btn-primary(href='https://developer.foursquare.com/start', target='_blank') a.btn.btn-lg.btn-primary(href='https://developer.foursquare.com/start', target='_blank')
i.fa.fa-check-square-o i.fa.fa-check-square-o

View File

@ -1,8 +1,7 @@
extends layout extends layout
block content block content
.page-header h2.text Contact Form
h2.text Contact Form
form.form-horizontal(role='form', method='POST') form.form-horizontal(role='form', method='POST')
.form-group .form-group
label(class='col-sm-2 control-label', for='email') Name label(class='col-sm-2 control-label', for='email') Name