mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 03:10:46 -06:00
loosen spacing a bit on embedded topics
This commit is contained in:
parent
20ba6e4b19
commit
9afc5706e9
@ -37,7 +37,7 @@ article.post {
|
||||
float: right;
|
||||
color: #aaa;
|
||||
font-size: 12px;
|
||||
margin: 4px 4px 0 0;
|
||||
margin: 10px 4px 0 0;
|
||||
}
|
||||
|
||||
.author {
|
||||
@ -73,7 +73,7 @@ article.post {
|
||||
}
|
||||
|
||||
.cooked {
|
||||
padding: 5px 0;
|
||||
padding: 10px 0 20px 0;
|
||||
margin-left: 65px;
|
||||
word-wrap: break-word;
|
||||
|
||||
@ -101,7 +101,7 @@ img.emoji {
|
||||
font-size: 13px;
|
||||
width: 200px;
|
||||
text-align: center;
|
||||
margin-top: 2px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 6px;
|
||||
display: inline-block;
|
||||
float: right;
|
||||
|
Loading…
Reference in New Issue
Block a user