|
|
|
|
|
by uptown
4775 days ago
|
|
Speaking of class-naming, has anybody come up with a good naming-scheme for classes used to add padding (or margins) to elements? Sometimes I've create things like this: .pad_10_5_20_10 to avoid having to declare each one separately, but I'm sure there's a more-elegant way to do it. Of course, I can always define that padding directly in a more-generic class-name like .sidebar .... but there are cases where a pad class is more-desirable. |
|