From b2419be70e7fa10162048f9daf53f76a34172160 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 18 Jun 2009 19:32:27 +0200 Subject: [PATCH] Fix CSS style for new unicorn --- ORGWEBPAGE/org.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ORGWEBPAGE/org.css b/ORGWEBPAGE/org.css index a646851db..fcfae5958 100644 --- a/ORGWEBPAGE/org.css +++ b/ORGWEBPAGE/org.css @@ -8,7 +8,7 @@ background-image: url(img/org-mode-unicorn.png); background-attachment: fixed; background-repeat: no-repeat; - background-position: 10px 10px; + background-position: 30px 10px; line-height:1.2em; } -- 2.11.4.GIT