From 03eb214fa6e9a7c77469ea584164c594ac621624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuz=20Yar=C4=B1mtepe?= Date: Sat, 17 Jul 2010 12:34:15 +0000 Subject: [PATCH] =?UTF-8?q?=C4=B0mage=20location=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DJAGEN/trunk/djagen/gezegen/www/layout.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DJAGEN/trunk/djagen/gezegen/www/layout.css b/DJAGEN/trunk/djagen/gezegen/www/layout.css index 417cd88..bdb3687 100755 --- a/DJAGEN/trunk/djagen/gezegen/www/layout.css +++ b/DJAGEN/trunk/djagen/gezegen/www/layout.css @@ -257,6 +257,7 @@ body { } .blogcontent img { + float:right; margin:0 0 20px 10px; } @@ -265,7 +266,7 @@ body { color:#000; } -.blogcontent ul li{ +.blogcontent ul li { padding:0 0 4px 25px; background:url(img/bullet.png) left center no-repeat; }