From 098db79da5608364bfdd858c19e54c6d88c4cb59 Mon Sep 17 00:00:00 2001 From: lalanza808 Date: Tue, 31 Mar 2020 16:18:34 -0700 Subject: [PATCH] remove unused asset refs from css --- static/css/dopetrope.css | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/static/css/dopetrope.css b/static/css/dopetrope.css index 525b1d3..0e2e04b 100644 --- a/static/css/dopetrope.css +++ b/static/css/dopetrope.css @@ -1,4 +1,3 @@ -@import url("fontawesome-all.min.css"); @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic"); /* @@ -84,7 +83,6 @@ input, select, textarea { body { background: #252122; - background-image: url("images/bg02.png"); } body.is-preload *, body.is-preload *:before, body.is-preload *:after { @@ -2266,7 +2264,7 @@ input, select, textarea { #main { position: relative; - background: #f7f7f7 url("images/bg02.png"); + background-color: #f7f7f7; padding: 4em 0 4em 0; } @@ -2276,16 +2274,11 @@ input, select, textarea { top: 0; left: 0; width: 100%; - background: url("images/bg01.png"); background-size: 100% 100%; z-index: 0; opacity: 0.1; } - #main .major h2 { - background: #f7f7f7 url("images/bg02.png"); - } - /* Footer */ #footer { @@ -2300,7 +2293,6 @@ input, select, textarea { top: 0; left: 0; width: 100%; - background: url("images/bg01.png"); background-size: 100% 100%; z-index: 0; opacity: 0.5; @@ -2631,7 +2623,6 @@ input, select, textarea { width: 275px; z-index: 10002; color: #858484; - background-image: url("images/bg02.png"); box-shadow: inset -3px 0px 5px 0px rgba(0, 0, 0, 0.35); } @@ -2905,4 +2896,4 @@ input, select, textarea { padding: 40px 0 20px 0; } - } \ No newline at end of file + }