aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/partials')
-rw-r--r--stylesheets/partials/_blog.sass8
-rw-r--r--stylesheets/partials/_sidebar.sass14
2 files changed, 17 insertions, 5 deletions
diff --git a/stylesheets/partials/_blog.sass b/stylesheets/partials/_blog.sass
new file mode 100644
index 00000000..34ec6da3
--- /dev/null
+++ b/stylesheets/partials/_blog.sass
@@ -0,0 +1,8 @@
+.blog
+ .article
+ padding= !base_font_size * 1.5 0 !base_font_size * 1.5
+ border-bottom= "1px solid" !article_border
+ &:first-child
+ padding-top: 0
+ .footer
+ padding-top= !base_font_size \ No newline at end of file
diff --git a/stylesheets/partials/_sidebar.sass b/stylesheets/partials/_sidebar.sass
index b9513e26..919725d7 100644
--- a/stylesheets/partials/_sidebar.sass
+++ b/stylesheets/partials/_sidebar.sass
@@ -1,7 +1,11 @@
#sidebar
+ float: left
+ width= !sidebar_width
padding-top: 10px
-h4
- margin: 0
- .small
- +sans-font
- font-size: 50% \ No newline at end of file
+ margin-left= !sidebar_margin
+
+ h4
+ margin: 0
+ .small
+ +sans-font
+ font-size: 50% \ No newline at end of file