Skip to content

Commit 54f286c

Browse files
committed
fix thinreports logo in splash is not displayed
1 parent ef2f706 commit 54f286c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/assets/splash.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
/**
22
* Copyright (C) 2011 Matsukei Co.,Ltd.
3-
*
3+
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
8-
*
8+
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU General Public License for more details.
13-
*
13+
*
1414
* You should have received a copy of the GNU General Public License
1515
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
*/
@@ -23,7 +23,7 @@ html.splash {
2323
background-repeat: no-repeat;
2424
background-position: center center;
2525
background-size: 300px;
26-
-webkit-animation-duration: 1.5s;
26+
-webkit-animation-duration: .2s;
2727
-webkit-animation-name: splash-fade-in;
2828
}
2929

0 commit comments

Comments
 (0)