I seem to recall that in previous versions of Our Favorite Editor, one could
control how (for example) the formatting for a rule set with a single
declaration differs from one with multiple declarations.
I happen to prefer:
body { font-family: "Comic Sans MS" }
to
body {
font-family: "Comic Sans MS";
}
and then prefer this for multiple declarations
body {
font-family: "Comic Sans MS";
font-weight: bold;
}
Is it hot or am I crazy?
--
Lorin Rivers
Mosasaur: Killer Technical Marketing <http://www.mosasaur.com>
<mailto:[email protected]>
512/203.3198 (m)
--
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem,
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>