From 3a77321d04b2d5062ece9c7780a936ff6f9ade5f Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 7 Jan 2013 15:37:58 +0100 Subject: Add styling for ordinary images. --- local.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/local.css b/local.css index ced575aa..7021a9c6 100644 --- a/local.css +++ b/local.css @@ -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; -- cgit v1.2.3