Added max-width: 100%; to columns to keep them constrained within parents.

(for example: to prevent right-aligned text from overlapping the edge of the parent 'container')
This commit is contained in:
Matt Pinkston 2012-04-23 16:26:56 -05:00
parent 6d07a6538e
commit d4e80ded6b

View File

@ -23,7 +23,7 @@
.container { position: relative; width: 960px; margin: 0 auto; padding: 0; }
.container .column,
.container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; max-width: 100%; }
.row { margin-bottom: 20px; }
/* Nested Column Classes */