diff --git a/public/css/app.less b/public/css/app.less index 09086efa7e..038299bace 100644 --- a/public/css/app.less +++ b/public/css/app.less @@ -3,10 +3,5 @@ @import "ios7"; body { - padding-top: 60px; -} - - - - - + padding-top: 50px; +} \ No newline at end of file diff --git a/public/css/ios7.less b/public/css/ios7.less index cbd4064963..948423a328 100644 --- a/public/css/ios7.less +++ b/public/css/ios7.less @@ -16,7 +16,11 @@ html { h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 300; - } +} + +h1, h2, h3 { + margin-bottom: 20px; +} [class^="fa-"], [class*="fa-"] { @@ -522,10 +526,6 @@ label-info { .page-header { border: 0; - h1 { - color: #5e5e5e; - font-weight: 300; - } } .text-primary { diff --git a/views/account.jade b/views/account.jade index 9a15208349..ef17a5376a 100644 --- a/views/account.jade +++ b/views/account.jade @@ -1,8 +1,7 @@ extends layout block content - .page-header - h2 Account Settings + h2 Account Settings ul.nav.nav-tabs li.active a(href='#basic', data-toggle='tab') Basic Info diff --git a/views/api.jade b/views/api.jade index 39c4d00683..edce81736d 100644 --- a/views/api.jade +++ b/views/api.jade @@ -1,8 +1,7 @@ extends layout block content - .page-header - h2 API Browser + h2 API Browser ul.list-unstyled.lead li diff --git a/views/api/foursquare.jade b/views/api/foursquare.jade index 9bc04c5cbc..1159e39c1e 100644 --- a/views/api/foursquare.jade +++ b/views/api/foursquare.jade @@ -15,9 +15,10 @@ block content .panel-footer div= message else - h1 - i.fa.fa-foursquare - | Foursquare APIs + .page-header + h1 + i.fa.fa-foursquare + | Foursquare APIs .btn-group.btn-group-justified a.btn.btn-lg.btn-primary(href='https://developer.foursquare.com/start', target='_blank') i.fa.fa-check-square-o diff --git a/views/contact.jade b/views/contact.jade index f7d1104ae0..dfc16b447c 100644 --- a/views/contact.jade +++ b/views/contact.jade @@ -1,8 +1,7 @@ extends layout block content - .page-header - h2.text Contact Form + h2.text Contact Form form.form-horizontal(role='form', method='POST') .form-group label(class='col-sm-2 control-label', for='email') Name