From c31f150276f55de28429b8f47696e641671ec02c Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sun, 16 Oct 2005 16:16:55 +0000 Subject: Changed "ul.categoryActions>li" into "ul.categoryActions li". The first one is the right syntax but IE can't eat that so the display of the tools in the title bar was buggy (vertical instead of horizontal) git-svn-id: http://piwigo.org/svn/trunk@893 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/yoga/content.css') diff --git a/template/yoga/content.css b/template/yoga/content.css index dc43185ae..769b6f9be 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -129,7 +129,7 @@ ul.categoryActions { float: right; } -#content ul.categoryActions>li { +#content ul.categoryActions li { display: inline; } -- cgit v1.2.3