Tweaks to paddings
This commit is contained in:
@ -3,10 +3,5 @@
|
|||||||
@import "ios7";
|
@import "ios7";
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding-top: 60px;
|
padding-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -18,6 +18,10 @@ 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-"] {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
@ -522,10 +526,6 @@ label-info {
|
|||||||
|
|
||||||
.page-header {
|
.page-header {
|
||||||
border: 0;
|
border: 0;
|
||||||
h1 {
|
|
||||||
color: #5e5e5e;
|
|
||||||
font-weight: 300;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-primary {
|
.text-primary {
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
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,6 @@
|
|||||||
extends layout
|
extends layout
|
||||||
|
|
||||||
block content
|
block content
|
||||||
.page-header
|
|
||||||
h2 API Browser
|
h2 API Browser
|
||||||
|
|
||||||
ul.list-unstyled.lead
|
ul.list-unstyled.lead
|
||||||
|
@ -15,6 +15,7 @@ block content
|
|||||||
.panel-footer
|
.panel-footer
|
||||||
div= message
|
div= message
|
||||||
else
|
else
|
||||||
|
.page-header
|
||||||
h1
|
h1
|
||||||
i.fa.fa-foursquare
|
i.fa.fa-foursquare
|
||||||
| Foursquare APIs
|
| Foursquare APIs
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
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
|
||||||
|
Reference in New Issue
Block a user