Commit c9c9214eddff5272c80048c552049008fd112a7a

Authored by Leandro Santos
1 parent d3c01561
Exists in master

removing inexitent image

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
public/style.css
... ... @@ -67,13 +67,13 @@
67 67 }
68 68  
69 69 #pairwise_main .prompt {
70   - background: url("images/prompt_bg_normal.png") no-repeat center top #cfe1bf;
71   - border-width: 0px;
  70 + background: #cfe1bf;
  71 + border-width: 0px;
72 72 max-width: 369px;
73 73 height: 170px !important;
74 74 padding: 10px 0;
75   - border-width: 0 !important;
76   - border-radius: 10px;
  75 + border-width: 0 !important;
  76 + border-radius: 10px;
77 77 position: relative;
78 78 }
79 79  
... ...