replace tabs to spaces at application.css
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8421 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
eca7bab6fe
commit
50848da16c
|
@ -677,13 +677,13 @@ button.tab-left, button.tab-right {
|
|||
button.tab-left {
|
||||
right: 20px;
|
||||
background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
|
||||
border-top-left-radius:3px;
|
||||
border-top-left-radius:3px;
|
||||
}
|
||||
|
||||
button.tab-right {
|
||||
right: 0;
|
||||
background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
|
||||
border-top-right-radius:3px;
|
||||
border-top-right-radius:3px;
|
||||
}
|
||||
|
||||
/***** Auto-complete *****/
|
||||
|
|
Loading…
Reference in New Issue