Commit 77f8b2aa0063f3c352a6bd73a080ddf768a845ce
Committed by
Antonio Terceiro
1 parent
a9988d7e
Exists in
master
and in
29 other branches
ActionItem1019: better image
Showing
2 changed files
with
5 additions
and
4 deletions
Show diff stats
public/images/beta.gif
public/stylesheets/common.css
... | ... | @@ -9,11 +9,12 @@ code, pre { color: #666; } |
9 | 9 | |
10 | 10 | #beta-tag { |
11 | 11 | position: absolute; |
12 | - top: 40px; | |
13 | - left: 40px; | |
12 | + top: 4px; | |
13 | + left: 50px; | |
14 | 14 | background-image: url(../images/beta.gif); |
15 | - width: 79px; | |
16 | - height: 25px; | |
15 | + width: 17px; | |
16 | + height: 5px; | |
17 | + z-index: 199; | |
17 | 18 | } |
18 | 19 | #beta-tag span { |
19 | 20 | display: none; | ... | ... |