The definition I found for the blueprint css class called .column
says:
.column Use with .span-x classes to create combinations of columns in the layout.
But the span-x
classes seem to overlap this functionality since they allow columns to be defined without referring to .column
?
Could someone explain what distinguishes these two classes?