diff options
author | plegall <plg@piwigo.org> | 2005-10-31 13:51:52 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-10-31 13:51:52 +0000 |
commit | 7664d4f7124b063ba4ddaf46232ad2e5cfbbaab9 (patch) | |
tree | 998b8bab6589145369eaca9d99fcd98f1e9a4e3b | |
parent | bf596c72795f70d154381d90d89171bab599997f (diff) |
(not in ChangeLog)
- "text-align: center" comes back on ul.categoryActions because action
buttons were not centered in admin/picture_modify or admin/cat_modify
git-svn-id: http://piwigo.org/svn/trunk@920 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | template/yoga/content.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css index c23d8b2b3..8ed3d1189 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -124,6 +124,7 @@ ul.categoryActions { padding: 0; text-indent: 0; list-style: none; + text-align: center; } #content div.titrePage ul.categoryActions { |