From be1d583c386f10112d1ef396613a3eab9e32209f Mon Sep 17 00:00:00 2001 From: Tyson of the Northwest Date: Sat, 18 Mar 2017 05:36:54 -0700 Subject: [PATCH] Created Printing Tricks (markdown) --- Printing-Tricks.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Printing-Tricks.md diff --git a/Printing-Tricks.md b/Printing-Tricks.md new file mode 100644 index 0000000..ef49231 --- /dev/null +++ b/Printing-Tricks.md @@ -0,0 +1,23 @@ +## Print borders on blockquote (note) + +Yeah, Chrome has a bug where they simply haven't implemented printing CSS shadows. There is a workaround in progress though and I think it was planned for the version 3.0 release. This also adds shadows to the monster stat blocks. It works by embedding the shadows directly into the artwork of the box borders. To print the borders of the blockquote so add the following CSS ([#354](https://github.com/stolksdorf/homebrewery/issues/354)) + + \ No newline at end of file