Skip to content

Commit

Permalink
little more cleanup and styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottkellum committed Nov 3, 2011
1 parent 588f4a5 commit eca4173
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 317 deletions.
11 changes: 10 additions & 1 deletion html/_/css/style.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -210,7 +210,16 @@ section {
font-size: 2em; font-size: 2em;
line-height: 1.3em; line-height: 1.3em;
color: white; color: white;
padding: 0.25em 2%; } padding: 0.25em 2%;
background-color: #e54f19;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6933', endColorstr='#cc3600');
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6933', endColorstr='#cc3600');
background-image: -webkit-gradient(linear, top left, bottom left, from(#ff6933), to(#cc3600));
background-image: -webkit-linear-gradient(top, #ff6933, #cc3600);
background-image: -moz-linear-gradient(top, #ff6933, #cc3600);
background-image: -ms-linear-gradient(top, #ff6933, #cc3600);
background-image: -o-linear-gradient(top, #ff6933, #cc3600);
background-image: linear-gradient(top, #ff6933, #cc3600); }
header nav { header nav {
background-color: #009ed8; background-color: #009ed8;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bbff', endColorstr='#0083b3'); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bbff', endColorstr='#0083b3');
Expand Down
7 changes: 6 additions & 1 deletion sass/_config.sass
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,9 @@
$base-size: 16px $base-size: 16px






// $module-width: 90px // $module-width: 90px
// $gutter-width: 10px // $gutter-width: 10px
// $wrapper-align: center
1 change: 1 addition & 0 deletions sass/_screen.sass
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ header
line-height: $line-height line-height: $line-height
color: $background-color color: $background-color
padding: .25em 2% padding: .25em 2%
+gradient(lighten($header-color, 10%), darken($header-color, 10%))
nav nav
+gradient($nav-color, darken($nav-color, 15%)) +gradient($nav-color, darken($nav-color, 15%))
+clearfix +clearfix
Expand Down
315 changes: 0 additions & 315 deletions sass/lib/_core.sass

This file was deleted.

0 comments on commit eca4173

Please sign in to comment.