Quote:
Originally Posted by cybmole
i used this exact phrase ( copy n paste to here)
p {margin-top: 0.3em ; margin-bottom: 0.3em; !important; }
but for info anyway, why is the trailing ; significant
|
Ummm... actually, it isn't. The semicolon is needed between CSS properties, but isn't required on the last one since that is "closed" by the closing curly bracket. Though it isn't
wrong to put a semicolon there - simply not
required.