preferences->web->css->editor->Indent using spaces, Indentation size 4
- Code: Select all
@charset "utf-8";
/* CSS Document */
.emptyClassForSafary {}
html {
font-family: Arial,Helvetica,sans-serif;
/*font-family: Verdana,Geneva,sans-serif;*/
font-size: 13px;
cursor: default;
color: #000;
background-color: #c0c0c0;
}
body {
background: url('/capsule/templates/eb_home/img/mainbg_s.gif') center top repeat-y;
}
a {
outline-style: none;
}
a:link {
color: #005bc6;
}
a:visited {
color: #002c5c;
}
a:hover {
color: #d00000;
}
a:active {
color: #d00000;
}
b, strong {
font-weight: bold;
}
em {
font-style: italic;
}
sub {
vertical-align: sub;
font-size: x-small;
}
.right {
text-align: right;<---put cursor here and press [enter]
}
.headerPlace {
}
put cursor after "text-align: right;" and press [enter],
cursor position is at 0 instead of 4.

