From 0098d155c32c00c8c960bcb7585230912949952b Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 12 Feb 2013 18:18:13 +0100 Subject: Use right-class for floating images --- style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style') diff --git a/style/style.css b/style/style.css index 6c58466..51be98c 100644 --- a/style/style.css +++ b/style/style.css @@ -92,7 +92,7 @@ img.left { img.right { float: right; - margin: 0 0 0 20px; + margin: 5px 5px 0 20px; } /* Header */ -- cgit