default.css: apply max-width to images in #content

This commit is contained in:
Jörg Thalheim 2013-10-17 23:59:08 +02:00
parent 6bca672d91
commit cfe7db322c
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ pre {
padding: 1em;
}
#content img {
/* prevent overflow */
max-width: 33em;
}
/* -- Logo -- */
#logo::before {
margin-bottom: -20px;