From 32f1a5d6ecb7d6f0ead2052937dab80a4d635e27 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Mon, 24 Oct 2005 17:45:19 +0000 Subject: bug 184 fixed: .png button left aligned in IE git-svn-id: http://piwigo.org/svn/trunk@915 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/yoga') diff --git a/template/yoga/content.css b/template/yoga/content.css index 46ee26a07..c23d8b2b3 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -119,7 +119,6 @@ BODY#theNotificationPage #content /* actions */ ul.categoryActions { - text-align: center; margin: 0 0 0 0; width: auto; padding: 0; @@ -129,6 +128,7 @@ ul.categoryActions { #content div.titrePage ul.categoryActions { float: right; + text-align: center; } #content ul.categoryActions li { -- cgit v1.2.3