diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-02-10 18:25:17 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-02-10 18:25:17 +0000 |
commit | 800d04f45bd82180cb8e13f0c5040ed7efac9af9 (patch) | |
tree | ba8b9ebe5625b4b6211814a2a54fd7b1a7d6d5df | |
parent | a0254bca48aa447da9a7006b032e3eda8ffcf8b1 (diff) | |
parent | 92fea9c55d70701f801cc860553ee4a8d451efce (diff) |
Merge branch 'wdtk' into develop
Conflicts:
public/stylesheets/print.css
-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 966409774..89be21019 100644 --- a/public/stylesheets/print.css +++ b/public/stylesheets/print.css @@ -42,6 +42,6 @@ div.correspondence { } .not-for-print { - display: none; + display: none !IMPORTANT; } |