diff options
author | Siri Reiter <siri@jones.dk> | 2013-01-07 15:37:58 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-01-07 15:37:58 +0100 |
commit | 3a77321d04b2d5062ece9c7780a936ff6f9ade5f (patch) | |
tree | 78b55aa811838ca62103fa3b74896a43b92ba83c | |
parent | 13ea944006152ced26ea44e3a283c10faf42e032 (diff) |
Add styling for ordinary images.
-rw-r--r-- | local.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -144,6 +144,13 @@ DIV#content { background-color: none; } +img { + float: left; + vertical-align: top; + margin: 0 5% 5% 0; + padding: 0; +} + DIV#content img.deco { display: block; clear: both; |