summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-02-25 19:14:56 +0100
committerSkyArrow <tommy351@gmail.com>2012-02-25 19:14:56 +0100
commit4f6de4796d3008852f6e279fbbea5fcf93188686 (patch)
treed41d7702769be5649b6a85f0b01785fec32cef5b
parentadc0f1134b16992c713e1bf97fed3cb68bd56e65 (diff)
downloadoctopress-theme-jeyzu-4f6de4796d3008852f6e279fbbea5fcf93188686.zip
octopress-theme-jeyzu-4f6de4796d3008852f6e279fbbea5fcf93188686.tar.gz
replace some code with compass
-rw-r--r--sass/base/_layout.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/base/_layout.scss b/sass/base/_layout.scss
index 3d164eb..7aaafbb 100644
--- a/sass/base/_layout.scss
+++ b/sass/base/_layout.scss
@@ -32,7 +32,7 @@ a{
float: right;
}
.clear{
- clear: both;
+ @include pie-clearfix;
}
.inner{
width: $max-width;