r110543 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110542‎ | r110543 | r110544 >
Date:00:50, 2 February 2012
Author:christian
Status:deferred
Tags:visualeditor 
Comment:
floating table
Modified paths:
  • /trunk/extensions/VisualEditor/contentEditable/main.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/contentEditable/main.js
@@ -36,7 +36,7 @@
3737 },
3838 {
3939 'type': 'table',
40 - 'attributes': { 'html/style': 'width: 600px; border: solid 1px;' },
 40+ 'attributes': { 'html/style': 'width: 500px; float: left; margin: 0 1em 1em 0; border: solid 1px;' },
4141 'children': [
4242 {
4343 'type': 'tableRow',

Status & tagging log