static: Fix image styles.

This commit is contained in:
Ricardo Wurmus 2018-12-17 10:54:56 +01:00
parent 50befde47b
commit 5b8932a3f8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 6 deletions

View File

@ -119,7 +119,7 @@ footer {
/* drop caps */
#page p:first-child:first-letter {
#page div.page p:first-child:first-letter {
font-size: 5em;
float: left;
color: #ff00ff;
@ -233,11 +233,10 @@ div#page {
margin-bottom: 0;
text-align: justify;
max-width: 32rem; }
div#page p img, div#page p video {
max-width: 100%;
display: inline;
float: right;
margin-left: 0.8rem;
div#page p img {
max-width: 100%;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
-moz-border-radius: 15px;
border-radius: 15px; }
div#page p.back {