Submitted by DavidF on 2020/08/15 18:06 Is there any way to change the size of the indent in the Document Pane? (I'd like to make it smaller). David F. Comments Hi David, Yes of course, checkout default.css file or use your own css file. Endless possibilities !! Pierre_AdminIQ Designer Log in or register to post comments OK, if anyone's interested, putting this as the blockquote section of default.css: blockquote { margin-top: 0; margin-bottom: 0; margin-left: 10px;} gives me some nice minimal indentation. (I was messing around with text-indent before realising you just use margin-left). David F. Log in or register to post comments [quote=DavidF]OK, if anyone's interested, putting this as the blockquote section of default.css: blockquote { margin-top: 0; margin-bottom: 0; margin-left: 10px;} gives me some nice minimal indentation.[/quote]Very nice, I added it to the system supplied default.css Thanks ! Pierre_AdminIQ Designer Log in or register to post comments Is there a way to increase the indent in the Outline Grid? Log in or register to post comments Hi gunars, Yes of course !Tools > Options > Program > Grid > Outline indenting (1.2.22) Pierre_AdminIQ Designer Log in or register to post comments Thanks, Pierre! I don't see how I possibly could have missed that, but apparently I did. Log in or register to post comments Log in or register to post comments
Hi David, Yes of course, checkout default.css file or use your own css file. Endless possibilities !! Pierre_AdminIQ Designer Log in or register to post comments
OK, if anyone's interested, putting this as the blockquote section of default.css: blockquote { margin-top: 0; margin-bottom: 0; margin-left: 10px;} gives me some nice minimal indentation. (I was messing around with text-indent before realising you just use margin-left). David F. Log in or register to post comments
[quote=DavidF]OK, if anyone's interested, putting this as the blockquote section of default.css: blockquote { margin-top: 0; margin-bottom: 0; margin-left: 10px;} gives me some nice minimal indentation.[/quote]Very nice, I added it to the system supplied default.css Thanks ! Pierre_AdminIQ Designer Log in or register to post comments
Hi gunars, Yes of course !Tools > Options > Program > Grid > Outline indenting (1.2.22) Pierre_AdminIQ Designer Log in or register to post comments
Thanks, Pierre! I don't see how I possibly could have missed that, but apparently I did. Log in or register to post comments
Comments
margin-top: 0;
margin-bottom: 0;
margin-left: 10px;
}
margin-top: 0;
margin-bottom: 0;
margin-left: 10px;
}