Index: openacs-4/packages/xowiki/www/view.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/Attic/view.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/xowiki/www/view.adp 28 Jan 2006 01:31:26 -0000 1.4 +++ openacs-4/packages/xowiki/www/view.adp 30 Jan 2006 02:04:51 -0000 1.5 @@ -68,8 +68,10 @@ img.undefined {border: 10; color: yellow; height: 12px} #left-col {float: left; width: 40%; relative: absolute; top: 0px;} #right-col {float: right; width: 59%; relative: absolute; top: 0px;} -#left-col30 {float: left; width: 30%; relative: absolute; top: 0px;} +#left-col30 {float: left; width: 30%; relative: absolute; top: 0px; margin-right: 10px;} +#left-col25 {float: left; width: 25%; relative: absolute; top: 0px; margin-right: 10px;} #right-col70 {float: right; width: 69%; relative: absolute; top: 0px;} +#right-col25 {float: right; width: 25%; relative: absolute; top: 0px;}