summaryrefslogtreecommitdiffstats
path: root/sass
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-10-07 00:04:16 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-10-07 00:04:16 +0200
commit57513286acef558201a04fe3cf895a7f2a8daa05 (patch)
tree5320a9c451d0f474c8df9bc719c8aca82e4df519 /sass
parentc46e5fdedf37c3d115dd1c1607bc5192a6bf7eae (diff)
downloadoctopress-theme-jeyzu-57513286acef558201a04fe3cf895a7f2a8daa05.zip
octopress-theme-jeyzu-57513286acef558201a04fe3cf895a7f2a8daa05.tar.gz
round header and footer
Diffstat (limited to 'sass')
-rw-r--r--sass/parts/_footer.scss3
-rw-r--r--sass/parts/_header.scss1
2 files changed, 3 insertions, 1 deletions
diff --git a/sass/parts/_footer.scss b/sass/parts/_footer.scss
index 86d84a8..8c91e1c 100644
--- a/sass/parts/_footer.scss
+++ b/sass/parts/_footer.scss
@@ -4,4 +4,5 @@
border-top: 1px solid $color-gray05;
text-align: center;
font-size: 0.9em;
-} \ No newline at end of file
+ @include border-radius(0 0 10px 10px);
+}
diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss
index 783c6a3..5a51d05 100644
--- a/sass/parts/_header.scss
+++ b/sass/parts/_header.scss
@@ -5,6 +5,7 @@ $header-height: 30px;
height: $header-height;
padding: 30px 0;
border-bottom: 1px solid $color-gray04;
+ @include border-radius(10px 10px 0 0);
line-height: $header-height;
@media screen and (max-width: 1040px){
height: auto;