aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2005-10-24 17:45:19 +0000
committerchrisaga <chrisaga@piwigo.org>2005-10-24 17:45:19 +0000
commit32f1a5d6ecb7d6f0ead2052937dab80a4d635e27 (patch)
treed03eda003b78f15db56b12d5b961f88149d84ce0
parent0e163f7a00be2ba1cb00479a6b4f7d05f37edd79 (diff)
bug 184 fixed: .png button left aligned in IE
git-svn-id: http://piwigo.org/svn/trunk@915 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--doc/ChangeLog4
-rw-r--r--template/yoga/content.css2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index fb880de1e..2c4cdc95c 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-23 chrisaga
+
+ * bug 184 fixed: .png button left aligned in IE
+
2005-10-23 Pierrick LE GALL
* bug 182 fixed: newly created user is not displayed in the user
diff --git a/template/yoga/content.css b/template/yoga/content.css
index 46ee26a07..c23d8b2b3 100644
--- a/template/yoga/content.css
+++ b/template/yoga/content.css
@@ -119,7 +119,6 @@ BODY#theNotificationPage #content
/* actions */
ul.categoryActions {
- text-align: center;
margin: 0 0 0 0;
width: auto;
padding: 0;
@@ -129,6 +128,7 @@ ul.categoryActions {
#content div.titrePage ul.categoryActions {
float: right;
+ text-align: center;
}
#content ul.categoryActions li {