Fix Background

This commit is contained in:
Willy Sudiarto Raharjo
2012-06-15 09:08:09 +07:00
parent 61f792a20c
commit 00af301e2e
+1 -2
View File
@@ -1,6 +1,6 @@
html { html {
font-size: 62.5%; font-size: 62.5%;
background: #FFF; background: #FFF url("../images/background-slack.jpg") repeat;
} }
/* reset */ /* reset */
@@ -12,7 +12,6 @@ body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, p, th, td, article, section,
body { body {
font-size: 1.2rem; font-size: 1.2rem;
line-height: 2rem; line-height: 2rem;
background: url("../images/background-slack.jpg") repeat;
} }
header[role="banner"] { header[role="banner"] {