Increased margin on page-header
This commit is contained in:
@ -521,7 +521,6 @@ label-info {
|
|||||||
// Typography =================================================================
|
// Typography =================================================================
|
||||||
|
|
||||||
.page-header {
|
.page-header {
|
||||||
margin: 0;
|
|
||||||
border: 0;
|
border: 0;
|
||||||
h1 {
|
h1 {
|
||||||
color: #5e5e5e;
|
color: #5e5e5e;
|
||||||
|
@ -1,6 +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
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
extends layout
|
extends layout
|
||||||
|
|
||||||
block content
|
block content
|
||||||
h1 API Browser
|
.page-header
|
||||||
|
h2 API Browser
|
||||||
|
|
||||||
ul.list-unstyled.lead
|
ul.list-unstyled.lead
|
||||||
li
|
li
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
extends layout
|
extends layout
|
||||||
|
|
||||||
block content
|
block content
|
||||||
h3.text-center
|
.page-header
|
||||||
i.fa.fa-envelope-o
|
h2.text Contact Form
|
||||||
| 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
|
||||||
|
Reference in New Issue
Block a user