mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-06 20:16:00 -04:00
one more embed CSS tweak
This commit is contained in:
parent
a92fd9d701
commit
c1b3912c36
1 changed files with 6 additions and 0 deletions
|
@ -154,3 +154,9 @@ aside.onebox {
|
|||
margin-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
// images large enough for the lightbox wrapper don't have bottom margins
|
||||
// either, unless we add one now
|
||||
div.lightbox-wrapper {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue