diff options
| author | XhmikosR <[email protected]> | 2014-10-12 23:40:45 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-10-13 13:32:39 +0300 |
| commit | 9f82f27b9de22c96e1f9b0f0de3ff76cc2c0f284 (patch) | |
| tree | 4fcca32cb91cfa74e5b17fed68552c6dfa1439bb /docs/dist/css/bootstrap.css | |
| parent | 4a89fd02b743d5a99e06dbf6e87b8a58366c3dcb (diff) | |
| download | bootstrap-9f82f27b9de22c96e1f9b0f0de3ff76cc2c0f284.tar.xz bootstrap-9f82f27b9de22c96e1f9b0f0de3ff76cc2c0f284.zip | |
Update less/print.less to the latest html5 bp version.
Also, keep the html5 boilerplate link in the built CSS.
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index ffde5528a..7d694f0db 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/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; |
