diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-04-08 07:45:20 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-04-08 07:45:20 +0000 |
commit | ec59ffc8f31b5131224ed41e998b3aaa4d05057d (patch) | |
tree | 6d8d5472ff2d6c6b07d3f6b9ee2bc8a89bceb527 /public | |
parent | 2af7d986d9958428fd13639203fb7dc185d232d2 (diff) | |
download | redmine-ec59ffc8f31b5131224ed41e998b3aaa4d05057d.tar.gz redmine-ec59ffc8f31b5131224ed41e998b3aaa4d05057d.zip |
Merged r16500 to r16503 (#25503).
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@16523 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 99aa29b2c..a0cfe28fe 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -984,7 +984,7 @@ div.wiki table, div.wiki td, div.wiki th { padding: 4px; } -div.wiki .noborder, div.wiki .noborder td, div.wiki .noborder th {border:0;} +div.wiki .wiki-class-noborder, div.wiki .wiki-class-noborder td, div.wiki .wiki-class-noborder th {border:0;} div.wiki .external { background-position: 0% 60%; |