aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/_layout.sass
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stylesheets/_layout.sass25
1 files changed, 6 insertions, 19 deletions
diff --git a/stylesheets/_layout.sass b/stylesheets/_layout.sass
index ab06b650..1b57761b 100644
--- a/stylesheets/_layout.sass
+++ b/stylesheets/_layout.sass
@@ -10,10 +10,6 @@ html body
a
color= !link_color
-#footer a
- color= #ddd
- &:hover
- color = #fff
#header
background-color= !header_bg
border-bottom= "1px solid" !header_border
@@ -91,23 +87,10 @@ html body
right= "1px solid" !page_border_sides
#main
width= !page_width - !sidebar_width - !sidebar_margin
-#sidebar
- width= !sidebar_width
- margin-left= !sidebar_margin
-#main, #sidebar
+#main
float: left
-.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
-
-
#footer
position: relative
z-index: 2
@@ -116,4 +99,8 @@ html body
padding= !base_font_size * 1.5 0
color= !footer_color
+h-linear-gradient(darken(!body_bg, 25), !body_bg)
- border-top= "14px solid" !footer_bg \ No newline at end of file
+ border-top= "14px solid" !footer_bg
+ a
+ color= #ddd
+ &:hover
+ color = #fff \ No newline at end of file