Joined August 2013
·

Damir

Source
·
·

Posted to Coding better CSS over 1 year ago

Good turn, Lucas!

I suppose both "left" and "article-left" classes are irrelevant in the way you use them.
<br>- They're a non-semantic. Once your block changes its position, you've to change the class (and find a right template somewhere on backend).
<br>- You've to use !important to overwrite .left and .right classes. This may cause some inheritance issues.
<br>- They're mostly unusable in responsive layouts.

Achievements
70 Karma
0 Total ProTip Views