From 9f82f27b9de22c96e1f9b0f0de3ff76cc2c0f284 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 12 Oct 2014 23:40:45 +0300 Subject: Update less/print.less to the latest html5 bp version. Also, keep the html5 boilerplate link in the built CSS. --- dist/css/bootstrap.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ffde5528a..7d694f0db 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -188,8 +188,11 @@ td, th { padding: 0; } +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { - * { + *, + *:before, + *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; -- cgit v1.2.3