diff --git a/docs/index.md b/docs/index.md index 4316876..5feed3b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@

Features


-alt text +alt text * 100% Mobile Responsive * Supports GitHub Flavored Markdown diff --git a/less/import/components.less b/less/import/components.less index 116446c..53a650a 100644 --- a/less/import/components.less +++ b/less/import/components.less @@ -41,15 +41,15 @@ code { //Navbar .navbar { - .box-shadow(); + box-shadow: 0 1px 5px rgba(0,0,0,.25); + background-color: @dark; margin-bottom: 0px; z-index: 200; - .navbar-inner { + .container, .container-fluid { .kill-background-image; - background-color: @dark; border-bottom: none; - padding: 6px 20px; + padding: 0 20px; .brand { color: @light; @@ -164,7 +164,6 @@ code { h1 { margin-top: 0px; - display: inline-block; } sub-heading { diff --git a/less/import/structure.less b/less/import/structure.less index bc5acc3..ac0d885 100644 --- a/less/import/structure.less +++ b/less/import/structure.less @@ -4,21 +4,23 @@ Base CSS //Fonts .roboto-slab { - font-family: 'Roboto Slab', @font-family-sans-serif; - &.light { + font-family: 'Roboto Slab', @font-family-sans-serif; font-weight: 100; } &.book { + font-family: 'Roboto Slab', @font-family-sans-serif; font-weight: 300; } &.regular { + font-family: 'Roboto Slab', @font-family-sans-serif; font-weight: 400; } &.bold { + font-family: 'Roboto Slab', @font-family-sans-serif; font-weight: 700; } } @@ -37,7 +39,7 @@ Homepage ============================================================================================== */ .homepage-hero { - padding-top: 50px !important; + padding-top: 60px !important; background-color: @light; .kill-box-shadow; border-radius: 0px; @@ -45,10 +47,6 @@ Homepage color: @dark; overflow: hidden; - @media (max-width: 767px) { - padding-top: 0px !important; - } - .text-center { .roboto-slab.bold; margin: 10px 0px; @@ -144,11 +142,10 @@ Homepage } .footer-nav { + &:extend(.list-unstyled all); margin: 40px 0px; li { - list-style: none; - a { .roboto-slab.bold; font-size: 16px; @@ -185,11 +182,6 @@ html, body { //100% Height Columns .container-fluid { - margin: 0 auto; - padding: 0; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; &.fluid-height { height: 100%; @@ -198,15 +190,7 @@ html, body { .columns { height: 100%; - - .left-column, - .right-column { - padding-top: 50px; - - @media (max-width: 767px) { - width: 100% !important; padding-top: 0px; height: auto; - } - } + padding-top: @navbar-height; .left-column { background-color: @sidebar-background; @@ -215,15 +199,6 @@ html, body { } .right-column { - &.span9 { - width: 76.4866339334%; - margin-left: 0px; - - @media (min-width: 1200px) { - width: 76.8866339334%; - } - } - .content-page { padding: 20px; min-height: 100%; diff --git a/template/default.tpl b/template/default.tpl index 06d29b1..a96bb1a 100644 --- a/template/default.tpl +++ b/template/default.tpl @@ -1,4 +1,4 @@ - + @@ -37,29 +37,27 @@