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_Admin
IQ Designer
 

DavidF

2020/08/16 08:14

In reply to by Pierre_Admin

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.

Pierre_Admin

2020/08/20 00:07

In reply to by DavidF

[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_Admin
IQ Designer
 

Is there a way to increase the indent in the Outline Grid?
 

Pierre_Admin

2020/08/20 21:25

In reply to by gunars

Hi gunars,
 
Yes of course !
Tools > Options > Program > Grid > Outline indenting (1.2.22)
 
Pierre_Admin
IQ Designer
 

gunars

2020/08/21 17:26

In reply to by Pierre_Admin

Thanks, Pierre!  I don't see how I possibly could have missed that, but apparently I did.