From c9c9214eddff5272c80048c552049008fd112a7a Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Fri, 10 Apr 2015 17:14:14 -0300 Subject: [PATCH] removing inexitent image --- public/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/style.css b/public/style.css index 7453f3f..f2dd129 100644 --- a/public/style.css +++ b/public/style.css @@ -67,13 +67,13 @@ } #pairwise_main .prompt { - background: url("images/prompt_bg_normal.png") no-repeat center top #cfe1bf; - border-width: 0px; + background: #cfe1bf; + border-width: 0px; max-width: 369px; height: 170px !important; padding: 10px 0; - border-width: 0 !important; - border-radius: 10px; + border-width: 0 !important; + border-radius: 10px; position: relative; } -- libgit2 0.21.2