reduce padding between repeat embedded posts

This commit is contained in:
Jeff Atwood 2013-08-07 16:31:07 -07:00
parent 6caf55994b
commit 6656410c58
1 changed files with 5 additions and 1 deletions

View File

@ -438,6 +438,10 @@
.embedded-posts {
background-color: #e9e6e6;
.row:nth-of-type(1) {
padding-top:10px;
}
.topic-meta-data-inside {
margin: 3px -8px 3px 20px;
}
@ -445,7 +449,7 @@
div.reply {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
padding: 10px;
padding: 0 10px 10px 10px;
margin: 0;
background-clip: padding-box;
.topic-meta-data {