Commit 9b9bb22c by Tom Giannattasio

tightened white space; fixed double margin in comments

parent dc5b8b51
...@@ -32,6 +32,14 @@ $tag_text_color: #5b614f; ...@@ -32,6 +32,14 @@ $tag_text_color: #5b614f;
} }
.discussion { .discussion {
p {
margin-bottom: 1em !important;
}
p + p, ul + p, ol + p {
margin-top: 0;
}
#open_close_accordion { #open_close_accordion {
display: none; display: none;
} }
...@@ -473,7 +481,7 @@ $tag_text_color: #5b614f; ...@@ -473,7 +481,7 @@ $tag_text_color: #5b614f;
@include discussion-font; @include discussion-font;
@include discussion-clickable; @include discussion-clickable;
display: block; display: block;
margin-bottom: $body-line-height; margin-bottom: 1em;
font-size: $comment_title_size; font-size: $comment_title_size;
font-weight: bold; font-weight: bold;
line-height: 1.4em; line-height: 1.4em;
...@@ -499,7 +507,7 @@ $tag_text_color: #5b614f; ...@@ -499,7 +507,7 @@ $tag_text_color: #5b614f;
color: gray; color: gray;
font-size: $comment_info_size; font-size: $comment_info_size;
font-style: italic; font-style: italic;
margin-top: 2%; margin-top: 1em;
a:hover { a:hover {
text-decoration: none; text-decoration: none;
...@@ -557,12 +565,12 @@ $tag_text_color: #5b614f; ...@@ -557,12 +565,12 @@ $tag_text_color: #5b614f;
} }
} }
.comment > .comments {
margin-left: 68px;
}
//COMMENT STYLES //COMMENT STYLES
.comments { .comments {
//display: none;
// margin-left: $comment_margin_left;
// margin-left: flex-grid(1);
margin-left: 68px;
overflow: hidden; overflow: hidden;
.discussion-votes { .discussion-votes {
...@@ -629,6 +637,10 @@ $tag_text_color: #5b614f; ...@@ -629,6 +637,10 @@ $tag_text_color: #5b614f;
.post-options { .post-options {
margin: 8px 0 16px 0; margin: 8px 0 16px 0;
overflow: hidden; overflow: hidden;
label {
margin-right: 15px;
}
} }
.reply-post-control { .reply-post-control {
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
<article class="discussion-sidebar-tags sidebar-module"> <article class="discussion-sidebar-tags sidebar-module">
<header> <header>
<h4>Recent Tags</h4> <h4>Recent Tags</h4>
<a href="#" class="sidebar-view-all">view all &rsaquo;</a>
</header> </header>
<ol class="discussion-sidebar-tags-list"> <ol class="discussion-sidebar-tags-list">
<li><a href="#" class="thread-tag">week-1</a><span class="sidebar-tag-count">&times;1348</span></li> <li><a href="#" class="thread-tag">week-1</a><span class="sidebar-tag-count">&times;1348</span></li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment