diff options
-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; |