summaryrefslogtreecommitdiff
path: root/views/layout.jade
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-07-02 19:12:46 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-07-02 19:12:46 +0200
commitd83ee160d4340c8f409c076303021e20512e2214 (patch)
treebbc289ac2fe2cfe837773a0544b5435e63a1e12b /views/layout.jade
parent217e98f75fd6774764b0ac924c6f642bff2dfb18 (diff)
downloadcollection-json-explorer-d83ee160d4340c8f409c076303021e20512e2214.tar.gz
collection-json-explorer-d83ee160d4340c8f409c076303021e20512e2214.tar.bz2
collection-json-explorer-d83ee160d4340c8f409c076303021e20512e2214.tar.xz
collection-json-explorer-d83ee160d4340c8f409c076303021e20512e2214.zip
o Improved front page.
Diffstat (limited to 'views/layout.jade')
-rw-r--r--views/layout.jade17
1 files changed, 4 insertions, 13 deletions
diff --git a/views/layout.jade b/views/layout.jade
index 05f6e5d..5814794 100644
--- a/views/layout.jade
+++ b/views/layout.jade
@@ -5,26 +5,17 @@ html
meta(name='viewport', content='width=device-width, initial-scale=1.0')
link(href='/bootstrap-2.0.4/css/bootstrap.css', rel='stylesheet')
style
- /*
- body {
- padding-top: 40px;
- }
- */
+ .hero-unit {
+ margin-top: 60px;
+ }
section {
padding-top: 40px;
}
+
link(href='/bootstrap-2.0.4/css/bootstrap-responsive.css', rel='stylesheet')
- // Le HTML5 shim, for IE6-8 support of HTML5 elements
// if lt IE 9
script(src='http://html5shim.googlecode.com/svn/trunk/html5.js')
- //
- link(rel='shortcut icon', href='/bootstrap-2.0.4/ico/favicon.ico')
- link(rel='apple-touch-icon-precomposed', sizes='144x144', href='/bootstrap-2.0.4/ico/apple-touch-icon-144-precomposed.png')
- link(rel='apple-touch-icon-precomposed', sizes='114x114', href='/bootstrap-2.0.4/ico/apple-touch-icon-114-precomposed.png')
- link(rel='apple-touch-icon-precomposed', sizes='72x72', href='/bootstrap-2.0.4/ico/apple-touch-icon-72-precomposed.png')
- link(rel='apple-touch-icon-precomposed', href='/bootstrap-2.0.4/ico/apple-touch-icon-57-precomposed.png')
-
body
block navbar
div(class='container')