Skip to content

Commit 6656410

Browse files
author
Jeff Atwood
committed
reduce padding between repeat embedded posts
1 parent 6caf559 commit 6656410

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/assets/stylesheets/application/topic-post.css.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,14 +438,18 @@
438438
.embedded-posts {
439439
background-color: #e9e6e6;
440440

441+
.row:nth-of-type(1) {
442+
padding-top:10px;
443+
}
444+
441445
.topic-meta-data-inside {
442446
margin: 3px -8px 3px 20px;
443447
}
444448

445449
div.reply {
446450
border-left: 1px solid #ddd;
447451
border-right: 1px solid #ddd;
448-
padding: 10px;
452+
padding: 0 10px 10px 10px;
449453
margin: 0;
450454
background-clip: padding-box;
451455
.topic-meta-data {

0 commit comments

Comments
 (0)