reallow non-media files by default
This commit is contained in:
parent
e9fe154142
commit
25c1ea7da2
3 changed files with 101 additions and 74 deletions
|
@ -73,3 +73,16 @@
|
|||
.image {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.nonmedia {
|
||||
height: 100px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.nonmedia p {
|
||||
color: #444;
|
||||
font-size: 20px;
|
||||
font-weight: 400;
|
||||
line-height: 100px;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue