Improve css for inline image

This commit is contained in:
Frédéric Guillot 2014-03-29 19:48:49 -04:00
parent 61c660d81b
commit c868db1c1e
1 changed files with 8 additions and 0 deletions

View File

@ -505,6 +505,14 @@ nav .active a {
max-width: 100%;
}
#item-content h1 img,
#item-content h2 img,
#item-content h3 img,
#item-content br + img {
display: inline;
margin: 0;
}
.item h1 a {
font-size: 2.1em;
text-decoration: none;