diff -r 5ea38c7fa252 MoinMoin/formatter/text_gedit.py
--- a/MoinMoin/formatter/text_gedit.py	Mon Dec 29 17:07:15 2008 +0100
+++ b/MoinMoin/formatter/text_gedit.py	Mon Jan 05 21:01:23 2009 +0100
@@ -138,12 +138,12 @@
         return "".join(result)
 
     # Other ##############################################################
-
+    # XXX Is this still necessary?
     style2attribute = {
-        'width': 'width',
-        'height': 'height',
-        'background': 'bgcolor',
-        'background-color': 'bgcolor',
+        #'width': 'width',
+        #'height': 'height',
+        #'background': 'bgcolor',
+        #'background-color': 'bgcolor',
         #if this is used as table style="text-align: right", it doesn't work
         #if it is transformed to align="right":
         #'text-align': 'align',
@@ -181,7 +181,7 @@
 
     _allowed_table_attrs = {
         'table': ['class', 'id', 'style', 'bgcolor', 'width', 'height', ],
-        'row': ['class', 'id', 'style', 'bgcolor', 'width', 'height', ],
+        'row': ['class', 'id', 'style', 'bgcolor', 'width', 'height', 'border-style', 'background-color', 'padding', 'spacing', ],
         '': ['colspan', 'rowspan', 'class', 'id', 'style', 'bgcolor', 'width', 'height', ],
     }
 
