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-12 16:29:18 +0100 |
commit | be640da6aaee510a9c138279133f167613e3910a (patch) | |
tree | 8accc05d2cacfe749518a6b0de1f12917b2ae75b | |
parent | 65e172053d425e57b0b7df751f0be93cc1d7aff3 (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; |