diff --git a/app/assets/stylesheets/projects.css.scss b/app/assets/stylesheets/projects.css.scss index 86923c5..150ac70 100644 --- a/app/assets/stylesheets/projects.css.scss +++ b/app/assets/stylesheets/projects.css.scss @@ -31,25 +31,28 @@ $font_2: 'Open Sans Bold'; letter-spacing: .08em; } - -//@import url('http://fonts.googleapis.com/css?family=Oswald:300,400:latin,latin-ext'); @import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,600'); body { color: $color_storm_dust_approx; background-color: #FAFAFA; } + h1 { font-family: $font_0, $font_1, $font_2; } + h2 { font-family: $font_0, $font_1, $font_2; } + h3 { font-family: $font_0, $font_1, $font_2; } + .highlight { font-family: $font_0, $font_1, $font_2; } + .navbar { a { font-family: $font_0, $font_1, $font_2; @@ -60,6 +63,7 @@ h3 { width: 100%; } } + #masthead { min-height: 311px; background-color: #1D84FB; @@ -87,12 +91,14 @@ h3 { color: $white; } } + footer { margin-top: 40px; padding-top: 40px; padding-bottom: 40px; background-color: $color_celeste_approx; } + #topPanel { padding-top: 0; padding-left: 22px; @@ -101,10 +107,12 @@ footer { padding-top: 0; } } + .top-spacer { background-color: $white; height: 40px; } + a { color: $color_ebony_clay_approx; text-decoration: none; @@ -113,14 +121,17 @@ a { text-decoration: none; } } + .icon-bar { background-color: $white; } + @media screen and (min-width: 768px) { #masthead h1 { font-size: 80px; } } + .navbar-bright { background-color: $color_arapawa_approx; color: $white; @@ -136,12 +147,15 @@ a { background-color: $color_stratos_approx; } } + .dropdown-menu { min-width: 250px; } + .caret { color: $white; } + .navbar-toggle { color: $white; border-width: 0; @@ -149,6 +163,7 @@ a { background-color: $white; } } + .panel { clear: both; margin-top: -120px; @@ -157,16 +172,17 @@ a { padding: 15px; box-shadow: 2px 2px 3px #aaaaaa; - .lead { overflow: hidden; height: 90px; } } + .thumbnail { margin-bottom: 8px; } + .img-container { overflow: hidden; height: 170px; @@ -177,10 +193,12 @@ a { max-height: 280px; } } + .txt-container { overflow: hidden; height: 100px; } + .label-float { margin: 0 auto; position: absolute; @@ -191,9 +209,11 @@ a { padding: 6px; color: $white; } + .navbar-form input { width: auto; } + .form-inline input { width: auto; } \ No newline at end of file diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 0914d83..84b10b5 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -13,7 +13,7 @@
-

<%= link_to "Roadmap", root_path %> +

Roadmap