diff options
| author | XhmikosR <[email protected]> | 2014-10-13 20:39:50 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-10-13 20:39:50 +0300 |
| commit | 87c166552803cda56757ca20f27c8abee1c1bf37 (patch) | |
| tree | 4fcca32cb91cfa74e5b17fed68552c6dfa1439bb /dist/css/bootstrap.css | |
| parent | 4a89fd02b743d5a99e06dbf6e87b8a58366c3dcb (diff) | |
| parent | 9f82f27b9de22c96e1f9b0f0de3ff76cc2c0f284 (diff) | |
| download | bootstrap-87c166552803cda56757ca20f27c8abee1c1bf37.tar.xz bootstrap-87c166552803cda56757ca20f27c8abee1c1bf37.zip | |
Merge pull request #14790 from twbs/print
Print style updates
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 4 insertions, 1 deletions
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; |
