diff --git a/config.rb b/config.rb index 29d09bc..31c7f33 100755 --- a/config.rb +++ b/config.rb @@ -4,7 +4,6 @@ http_path = "/" css_dir = "css" sass_dir = "scss" -images_dir = "images" javascripts_dir = "javascript" # You can select your preferred output style here (can be overridden via the command line): @@ -14,7 +13,7 @@ javascripts_dir = "javascript" relative_assets = true # To disable debugging comments that display the original location of your selectors. Uncomment: -line_comments = true +line_comments = false # If you prefer the indented syntax, you might want to regenerate this diff --git a/css/blog.css b/css/blog.css old mode 100755 new mode 100644 index ed5df79..fee7da5 --- a/css/blog.css +++ b/css/blog.css @@ -1,43 +1,14 @@ -.no-sidebar .content-container.size3of4 { - width: 75%; -} - -.blog-entry .post-image img { - width: 98.75%; -} - -.blog-sidebar .WidgetHolder ul { - margin-left: 0; -} - .blog-sidebar .WidgetHolder ul li { - list-style-type: none; - } - -#Form_CommentsForm + h4 { - clear: both; - padding-top: 35px; - display: block; -} - -.typography ul.comments-list { - margin: 0; -} - -.typography ul.comments-list > li { - list-style: none; - border-bottom: 1px solid #e5e5e5; - padding: 10px 0; -} - -.typography ul.comments-list > li .action-links { - margin: 0; -} - -.typography ul.comments-list > li .action-links li { - list-style: none; - margin-right: 10px; -} - -.commenting-rss-feed { - clear: both; +.no-sidebar .content-container.size3of4 { + width: 75%; +} + +.blog-entry .post-image img { + width: 98.75%; +} + +.blog-sidebar .WidgetHolder ul { + margin-left: 0; +} +.blog-sidebar .WidgetHolder ul li { + list-style-type: none; } diff --git a/scss/blog.scss b/scss/blog.scss new file mode 100644 index 0000000..0be33cf --- /dev/null +++ b/scss/blog.scss @@ -0,0 +1,15 @@ +.no-sidebar .content-container.size3of4 { + width: 75%; +} + +.blog-entry .post-image img { + width: 98.75%; +} + +.blog-sidebar .WidgetHolder ul { + margin-left: 0; + + li { + list-style-type: none; + } +}