Generic grid

svn path=/branches/design/; revision=18280
This commit is contained in:
ato
2010-11-12 21:25:32 +00:00
parent 50de5f46f9
commit 374f77acbf

View File

@@ -210,3 +210,8 @@
width: 20%;
}
/* generic floating grid */
.grid .box {
float: left;
}