Skip to content

Commit

Permalink
changing alpha and fixing buttom cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
esromneb committed Jul 22, 2012
1 parent 76788c0 commit 88093ff
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions android/JoynMeSwipeTileActivity/assets/www/src/tile/tile.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
color: #000;
margin: 10px;
width: 140px;
height: 140px;
background: #55be8c;
height: 134px;
/* background: #55be8c; */
background: rgba(85, 190, 140, 0.2);
display: block;
float: left;
list-style: none;
border-radius: 15px;
list-style: none;
border-radius: 15px;

}

li a {
Expand Down

0 comments on commit 88093ff

Please sign in to comment.