Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
htmlzengarden committed Oct 14, 2013
2 parents 848fdc2 + e7578ac commit 249a7a0
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.DS_Store
*.esproj
*.espressostorage
.sass-cache
img/bg/demo_mires-s6627b44476.png
.sass-cache
2 changes: 1 addition & 1 deletion config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
output_style = :compressed
else
output_style = :expanded
sass_options = { :debug_info => true }
# sass_options = { :debug_info => true }
end

# To enable relative paths to assets via compass helper functions. Uncomment:
Expand Down
4 changes: 4 additions & 0 deletions css/styles-doc.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions css/styles-lte-ie8.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions css/styles.css

Large diffs are not rendered by default.

Binary file added img/bg/demo_mires-s6627b44476.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scss/core/_config.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$base-line-height: 20px;
$base-font-size: round($base-line-height / 3 * 2);
$base-font-size: round($base-line-height / 3 * 2);

$column-width: 60px;
$gutter-width: 20px;
Expand Down

0 comments on commit 249a7a0

Please sign in to comment.