diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-10-16 16:16:55 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-10-16 16:16:55 +0000 |
commit | c31f150276f55de28429b8f47696e641671ec02c (patch) | |
tree | be30377e7dc1c7d2e5220401fb11d95df354deb2 | |
parent | 3c300e40dbb0ff7136dee65935b4167d77262afd (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | template/yoga/content.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |