diff options
author | Tiago Garcia <tiagoromerogarcia@gmail.com> | 2016-05-21 11:36:49 -0700 |
---|---|---|
committer | Tiago Garcia <tiagoromerogarcia@gmail.com> | 2016-05-21 11:36:49 -0700 |
commit | 187114f47224b4628350a6046c6f758bce83f6c1 (patch) | |
tree | a8879865f987a683e657f7a1cd43d7bbebba788b /css/print | |
parent | 3d49b1dea362d3d05ae154d36927121d922207ad (diff) | |
download | fosdem-2018-presentation-187114f47224b4628350a6046c6f758bce83f6c1.tar fosdem-2018-presentation-187114f47224b4628350a6046c6f758bce83f6c1.tar.gz |
Removing duplicated "position" property at pdf.css
Found that by running css-lint on the code
Diffstat (limited to 'css/print')
-rw-r--r-- | css/print/pdf.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css index 9ed90d6..3dc577d 100644 --- a/css/print/pdf.css +++ b/css/print/pdf.css @@ -86,7 +86,6 @@ ul, ol, div, p { page-break-after: always !important; visibility: visible !important; - position: relative !important; display: block !important; position: relative !important; |