aboutsummaryrefslogtreecommitdiff
path: root/assets/css/style.css
diff options
context:
space:
mode:
authorkdam0 <kumar.damani@mail.utoronto.ca>2017-04-15 01:16:07 +0000
committerkdam0 <kumar.damani@mail.utoronto.ca>2017-04-15 01:16:07 +0000
commitbd692ffbc8327c2ae6bec1376554ae569eb44e88 (patch)
treebb3275bb9e681165a642cf22c2e4c89e615d7219 /assets/css/style.css
parentc1bcbbec851d509ee911016536a5e684eac4ee43 (diff)
now using minified css on production.
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index d9ac8f5..39da727 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -22,7 +22,7 @@ h1{
}
main {
- background-image: url("../images/main.jpg");
+ background-image: url("/assets/images/main.jpg");
background-size: 250px 250px;
text-align: center;
width: 100%;
@@ -629,4 +629,4 @@ hr {
.badge {
background-color: #f2dede !important;
color: #a94442 !important;
-} \ No newline at end of file
+}