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 | |
parent | 094fc8814f2c8a8e896b4c8bc077847adbc8304c (diff) |
- bug 184 fixed: for the third time...
git-svn-id: http://piwigo.org/svn/trunk@925 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | template/yoga/image.css | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index c0e7d6cf1..b590fb6b5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,9 @@ 2005-11-07 Pierrick LE GALL + * bug 184 fixed: for the third time... + +2005-11-07 Pierrick LE GALL + * improvement: use a "filter" form for adding user comments. 2005-11-05 Pierrick LE GALL 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; |