From 97dbc0fd3ef2692b6cefe64fb342b9b1eb231a6d 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. --- style.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.scss b/style.scss index beb8b32..8d0906d 100644 --- a/style.scss +++ b/style.scss @@ -140,6 +140,13 @@ body { background-color: none; } +img { + float: left; + vertical-align: top; + margin: 0 5% 5% 0; + padding: 0; +} + #content img.deco { display: block; clear: both; -- cgit v1.2.3