Skip to content

Commit 26fa065

Browse files
committed
Removed dangling reference to vgradient.png
- Also changed background to a blue that matches the shadow color in the timeline image and changed text color to white so it contrasts better.
1 parent dd9794a commit 26fa065

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

codespeed/static/css/main.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,8 @@ div#presentation div {
104104
vertical-align: middle;
105105
}
106106
div#presentation div.menubox {
107-
background-image: url(../images/vgradient.png);
108-
background-repeat: repeat-x;
109-
background-color: #FFFFFF;
110-
color: black;
107+
background-color: #6b808c;
108+
color: white;
111109
width: 220px;
112110
cursor: pointer;
113111
text-align: center;

0 commit comments

Comments
 (0)