Mercurial > moin > 2.0
changeset 1999:5a3705aeebe2
remove CSS clause intended for obsolete browsers, make pycharm happy
author | Roger Haase <crosseyedpenguin@yahoo.com> |
---|---|
date | Mon, 11 Feb 2013 12:48:52 -0700 |
parents | e22169dbfd44 |
children | 374eb595d6ba |
files | MoinMoin/themes/foobar/static/css/common.css MoinMoin/themes/foobar/static/css/stylus/reset.css MoinMoin/themes/modernized/static/css/common.css MoinMoin/themes/modernized/static/css/stylus/reset.css |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/themes/foobar/static/css/common.css Mon Feb 11 12:04:39 2013 -0700 +++ b/MoinMoin/themes/foobar/static/css/common.css Mon Feb 11 12:48:52 2013 -0700 @@ -28,7 +28,7 @@ section { display: block; } nav ul { list-style: none; } blockquote, q { quotes: none; } -blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } +blockquote:before, blockquote:after, q:before, q:after { content: none; } a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; } ins { background-color: #ff9; color: #000; text-decoration: none; } mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
--- a/MoinMoin/themes/foobar/static/css/stylus/reset.css Mon Feb 11 12:04:39 2013 -0700 +++ b/MoinMoin/themes/foobar/static/css/stylus/reset.css Mon Feb 11 12:48:52 2013 -0700 @@ -20,7 +20,7 @@ section { display: block; } nav ul { list-style: none; } blockquote, q { quotes: none; } -blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } +blockquote:before, blockquote:after, q:before, q:after { content: none; } a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; } ins { background-color: #ff9; color: #000; text-decoration: none; } mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
--- a/MoinMoin/themes/modernized/static/css/common.css Mon Feb 11 12:04:39 2013 -0700 +++ b/MoinMoin/themes/modernized/static/css/common.css Mon Feb 11 12:48:52 2013 -0700 @@ -36,7 +36,7 @@ section { display: block; } nav ul { list-style: none; } blockquote, q { quotes: none; } -blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } +blockquote:before, blockquote:after, q:before, q:after { content: none; } a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; } ins { background-color: #ff9; color: #000; text-decoration: none; } mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
--- a/MoinMoin/themes/modernized/static/css/stylus/reset.css Mon Feb 11 12:04:39 2013 -0700 +++ b/MoinMoin/themes/modernized/static/css/stylus/reset.css Mon Feb 11 12:48:52 2013 -0700 @@ -20,7 +20,7 @@ section { display: block; } nav ul { list-style: none; } blockquote, q { quotes: none; } -blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } +blockquote:before, blockquote:after, q:before, q:after { content: none; } a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; } ins { background-color: #ff9; color: #000; text-decoration: none; } mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }