Skip to content

Commit 5695f78

Browse files
2 parents 69bb655 + d3fdcde commit 5695f78

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed

media/css/core.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ hr { height: 1px; border: 0; border: none; width: 100%; background: #bfbfbf; col
1717

1818
/* general layout */
1919

20-
body { position: relative; text-align: center; z-index: 0; background: #fafafa url(../images/body-bg.png) top left repeat; }
20+
body { position: relative; text-align: center; z-index: 0; background: #fafafa url(../images/body-bg.svg) top left repeat; }
2121
.wrapper { position: relative; text-align: left; margin: 0 auto; padding: 0 10px; width: 800px; }
2222

2323
div.wrapper > div.col-major {
@@ -265,7 +265,7 @@ div.menu-user div.menu-dropdown.menu-dropped {
265265

266266
/* home */
267267

268-
#home-header { background: url(../images/header-home-bg.png) top left repeat #465158; border-bottom: 1px solid #333; padding: 65px 0 35px 0; color: #fff; }
268+
#home-header { background: url(../images/header-home-bg.svg) top left repeat #465158; border-bottom: 1px solid #333; padding: 65px 0 35px 0; color: #fff; }
269269
.home.splash #content { padding-top: 80px; }
270270

271271
/* title */

media/images/body-bg.png

-17.2 KB
Binary file not shown.

media/images/body-bg.svg

+8
Loading

media/images/header-home-bg.png

-36.9 KB
Binary file not shown.

media/images/header-home-bg.svg

+8
Loading

0 commit comments

Comments
 (0)