--- typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.orig.php 2013-06-27 17:47:59.031000000 +0200 +++ typo3/sysext/css_styled_content/Classes/Controller/CssStyledContentController.php 2013-06-27 17:48:47.584631048 +0200 @@ -541,7 +541,7 @@ $colspacing = intval($this->cObj->stdWrap($conf['colSpace'], $conf['colSpace.'])); $border = intval($this->cObj->stdWrap($conf['border'], $conf['border.'])) ? 1 : 0; $borderThickness = intval($this->cObj->stdWrap($conf['borderThick'], $conf['borderThick.'])); - $borderThickness = $borderThickness ? $borderThickness : 1; + $borderThickness = $borderThickness ? $borderThickness : 0; $borderSpace = $conf['borderSpace'] && $border ? intval($conf['borderSpace']) : 0; // Generate cols $cols = intval($this->cObj->stdWrap($conf['cols'], $conf['cols.']));