diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-10-05 12:46:22 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-10-05 12:46:22 +0100 |
commit | aaa32c1be5602da28a46de6c13d38c9dacb4f0b5 (patch) | |
tree | 3708a8f05cdd7b0c541009fb7c2c901111b6de34 | |
parent | efab570be9d10f1f75096023a3963f83ad4c6c1f (diff) |
fix selector typo
-rw-r--r-- | public/stylesheets/print.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/print.css b/public/stylesheets/print.css index 02e0e98c0..d5401ead0 100644 --- a/public/stylesheets/print.css +++ b/public/stylesheets/print.css @@ -1,4 +1,4 @@ -div#content, div#left_column, div.entirebodym div#wrapper { +div#content, div#left_column, div.entirebody div#wrapper { width: 100%; margin: 0; float: none; |