Increased margin on page-header
This commit is contained in:
@ -521,7 +521,6 @@ label-info {
|
||||
// Typography =================================================================
|
||||
|
||||
.page-header {
|
||||
margin: 0;
|
||||
border: 0;
|
||||
h1 {
|
||||
color: #5e5e5e;
|
||||
|
@ -1,7 +1,8 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
h2 Account Settings
|
||||
.page-header
|
||||
h2 Account Settings
|
||||
ul.nav.nav-tabs
|
||||
li.active
|
||||
a(href='#basic', data-toggle='tab') Basic Info
|
||||
|
@ -1,7 +1,8 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
h1 API Browser
|
||||
.page-header
|
||||
h2 API Browser
|
||||
|
||||
ul.list-unstyled.lead
|
||||
li
|
||||
|
@ -1,9 +1,8 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
h3.text-center
|
||||
i.fa.fa-envelope-o
|
||||
| Contact Form
|
||||
.page-header
|
||||
h2.text Contact Form
|
||||
form.form-horizontal(role='form', method='POST')
|
||||
.form-group
|
||||
label(class='col-sm-2 control-label', for='email') Name
|
||||
|
Reference in New Issue
Block a user