Skip to content

Commit 3172dde

Browse files
author
lncd
committed
loefeeg: use png instead of jpg for old? psi-clj.heroku
1 parent 0091127 commit 3172dde

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
1.36 KB
Loading
114 KB
Loading
2.93 KB
Loading

resources/public/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ body{
44
margin: auto;
55
}
66
body.desert{
7-
background: #e28c39 url("imgs/desert_border.jpg") repeat-x;
7+
background: #e28c39 url("imgs/desert_border.png") repeat-x;
88
}
99
body.wellcoin{
10-
background: #e28c39 url("imgs/desert_border.jpg") repeat-x;
10+
background: #e28c39 url("imgs/desert_border.png") repeat-x;
1111
}
1212
body.ocean{
13-
background: #fee3b4 url("imgs/ocean_border.jpg") repeat-x;
13+
background: #fee3b4 url("imgs/ocean_border.png") repeat-x;
1414
}
1515
body.mountain{
16-
background: #0d5419 url("imgs/mountain_border.jpg") repeat-x;
16+
background: #0d5419 url("imgs/mountain_border.png") repeat-x;
1717
}
1818
.orange {
1919
background: url("imgs/orange1x1.png");

0 commit comments

Comments
 (0)