mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-02-11 22:40:57 +01:00
14 lines
180 B
CSS
14 lines
180 B
CSS
/* runs in the post editor */
|
|
|
|
.admin-comicbox img {
|
|
max-width: 100%;
|
|
display: block;
|
|
}
|
|
|
|
.column-comicimages {
|
|
width: 200px;
|
|
}
|
|
|
|
.fixed .column-locations {
|
|
width: 200px;
|
|
} |