This commit is contained in:
kay.one 2013-06-06 20:34:18 -07:00
commit f94ea0e78a
9 changed files with 32 additions and 26 deletions

View file

@ -1,9 +1,9 @@
.card {
margin :10px;
padding: 10px;
box-shadow: 0px 0px 20px 1px #e1e1e1;
box-shadow: 0px 0px 10px 1px #e1e1e1;
color: #444444;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
}