aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-03-15 09:40:43 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-03-15 09:40:43 +0000
commitb0cab8cf018c6119a47f81ea2a3cf5672d05c8a0 (patch)
treeaf44b7297c5f2fc29b4c990094e3c102f65f87eb /web/cobrands
parent5f0c5cffbef37288ba8af27bab2de7d72960db0f (diff)
Only move pan zoom on around page on mobile.
Diffstat (limited to 'web/cobrands')
-rw-r--r--web/cobrands/fixmystreet/_h5bp.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/web/cobrands/fixmystreet/_h5bp.scss b/web/cobrands/fixmystreet/_h5bp.scss
index 30ebcbfe1..f4078cca6 100644
--- a/web/cobrands/fixmystreet/_h5bp.scss
+++ b/web/cobrands/fixmystreet/_h5bp.scss
@@ -256,12 +256,11 @@ td { vertical-align: top; }
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
+/* mySociety removal: bits of * and :after */
@media print {
- * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
+ * { box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
a, a:visited { text-decoration: underline; }
- a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
- .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } /* h5bp.com/t */
tr, img { page-break-inside: avoid; }