- Changed editor config tab spacing to be 4 spaces.tags/3.0.0
@@ -3,7 +3,7 @@ root = true | |||
[*] | |||
charset = utf-8 | |||
indent_style = space | |||
indent_size = 2 | |||
indent_size = 4 | |||
end_of_line = crlf | |||
trim_trailing_whitespace = false | |||
insert_final_newline = true |
@@ -34,7 +34,7 @@ | |||
margin-bottom: 60px; | |||
} | |||
.podcast-post-sm { | |||
margin-bottom: 5; | |||
margin-bottom: 5px; | |||
} | |||
.podcast-post-title { | |||
margin-bottom: 5px; | |||
@@ -49,7 +49,7 @@ | |||
margin-bottom: 20px; | |||
} | |||
.podcast-post-meta-sm { | |||
margin-bottom: 5; | |||
margin-bottom: 5px; | |||
font-size: 12px; | |||
line-height: 1; | |||
} |
@@ -1,4 +1,4 @@ | |||
@model Teknik.Areas.Blog.ViewModels.CommentViewModel | |||
@model Teknik.Areas.Podcast.ViewModels.CommentViewModel | |||
@using Teknik.Utilities | |||