From 3578cf4d9a53e9fcb77ac40f70ed2cc535794777 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 26 Oct 2013 07:15:08 +0000 Subject: Replaced acronym with abbr tags (#15191). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12235 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') 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;} -- cgit v1.2.3