Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit 56f5b27

Browse files
committed
fixed indent in styles
1 parent 385e2ff commit 56f5b27

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

public/css/style.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ body {
88
}
99

1010
.btn-success {
11-
background-color: #57a900;
12-
background-image: -moz-linear-gradient(top, #70d900, #57a900);
13-
background-image: -ms-linear-gradient(top, #70d900, #57a900);
14-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
15-
background-image: -webkit-linear-gradient(top, #70d900, #57a900);
16-
background-image: -o-linear-gradient(top, #70d900, #57a900);
17-
background-image: linear-gradient(top, #70d900, #57a900);
18-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
11+
background-color: #57a900;
12+
background-image: -moz-linear-gradient(top, #70d900, #57a900);
13+
background-image: -ms-linear-gradient(top, #70d900, #57a900);
14+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
15+
background-image: -webkit-linear-gradient(top, #70d900, #57a900);
16+
background-image: -o-linear-gradient(top, #70d900, #57a900);
17+
background-image: linear-gradient(top, #70d900, #57a900);
18+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
1919
}
2020

2121
.btn-success:hover,

0 commit comments

Comments
 (0)