diff options
author | plegall <plg@piwigo.org> | 2005-11-07 23:07:46 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-11-07 23:07:46 +0000 |
commit | 5282ee6fb1e6a6f9db6b68b66494d1a225c207ab (patch) | |
tree | 5efafa9bb8042d90dca39617aefd2ee79b096b32 /template | |
parent | 094fc8814f2c8a8e896b4c8bc077847adbc8304c (diff) |
- bug 184 fixed: for the third time...
git-svn-id: http://piwigo.org/svn/trunk@925 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/image.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/image.css b/template/yoga/image.css index 7bb2d4f79..cff44831e 100644 --- a/template/yoga/image.css +++ b/template/yoga/image.css @@ -13,7 +13,7 @@ } #imageToolBar { - text-align: left; + text-align: center; position: relative; clear: both; margin: 4px 0; padding: 0; |