summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-10-26 07:15:08 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-10-26 07:15:08 +0000
commit3578cf4d9a53e9fcb77ac40f70ed2cc535794777 (patch)
treeebd5dc16bf02b1e2b93f8eef25a94eed4db40f5f /public/stylesheets
parentec5dbdb0bde1624275d38090104395953bdcb5fd (diff)
downloadredmine-3578cf4d9a53e9fcb77ac40f70ed2cc535794777.tar.gz
redmine-3578cf4d9a53e9fcb77ac40f70ed2cc535794777.zip
Replaced acronym with abbr tags (#15191).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12235 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index c145abd5c..2823229f2 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -315,7 +315,7 @@ legend {color: #484848;}
hr { width: 100%; height: 1px; background: #ccc; border: 0;}
blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em;}
blockquote blockquote { margin-left: 0;}
-acronym { border-bottom: 1px dotted; cursor: help; }
+abbr { border-bottom: 1px dotted; cursor: help; }
textarea.wiki-edit {width:99%; resize:vertical;}
li p {margin-top: 0;}
div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}