mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-02 10:09:51 -04:00
embedded iframe css improvements
This commit is contained in:
parent
7804b33dbf
commit
129f82759c
1 changed files with 3 additions and 2 deletions
|
@ -49,7 +49,7 @@ article.post {
|
|||
text-align: center;
|
||||
color: #0088cc;
|
||||
font-size: 13px;
|
||||
margin: 0;
|
||||
margin: 5 0 0 0;
|
||||
word-wrap: break-word;
|
||||
|
||||
a.staff {
|
||||
|
@ -64,7 +64,8 @@ article.post {
|
|||
|
||||
.cooked {
|
||||
padding: 20px 0;
|
||||
margin-left: 92px;
|
||||
margin-left: 100px;
|
||||
word-wrap: break-word;
|
||||
|
||||
p {
|
||||
margin: 0 0 1em 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue