Fixed typo
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / bbcode / media.scss
CommitLineData
ae911c33
MW
1.mediaBBCode {
2 display: inline-block;
3ae040fc 3 max-width: 100%;
ae911c33 4
bac7aefb 5 .mediaBBCodeCaption {
ae911c33 6 color: $wcfContentDimmedText;
bac7aefb 7 display: block;
ae911c33
MW
8 margin-top: 5px;
9 text-align: center;
10
11 @include wcfFontSmall;
12 }
13}