mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 15:07:14 +02:00
Remove redundant direction rule from rtl.css (#43506).
The HTML element now always declares text direction since r24151, so `html {direction:rtl;}` in rtl.css is no longer needed.
git-svn-id: https://svn.redmine.org/redmine/trunk@24225 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
* This code is released under the GNU General Public License.
|
||||
*/
|
||||
|
||||
html {direction:rtl;}
|
||||
h1, h2, h3, h4 {padding:2px 00px 1px 10px;}
|
||||
/***** Layout *****/
|
||||
#top-menu {padding:2px 6px 0px 2px;}
|
||||
|
||||
Reference in New Issue
Block a user