Skip to content

Commit

Permalink
Fixing a but in the 16-column, right-to-left version, where the grid …
Browse files Browse the repository at this point in the history
…units were mistakenly floated left.
  • Loading branch information
nathansmith committed Oct 13, 2011
1 parent de9f7ef commit e00a52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/css/960_16_col_rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ body {
.grid_15,
.grid_16 {
display: inline;
float: left;
float: right;
margin-right: 10px;
margin-left: 10px;
}
Expand Down
2 changes: 1 addition & 1 deletion code/css/min/960_16_col_rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e00a52d

Please sign in to comment.