My edit style is like this:
Code: Select all
div.footer { background: grey; font-weight: bold; padding: 10px; }
Code: Select all
div.footer {
background: grey;
font-weight: bold;
padding: 10px;
}
Options > Preferences >> Editor > Format > CSS >> uncheck all boxes
What other options do I have? Or should I go back to my old editor?