starting to separate site.css

This commit is contained in:
Luke Pulverenti 2013-03-31 20:22:38 -04:00
parent 9fca56537d
commit 0dc793861e
5 changed files with 39 additions and 33 deletions

View file

@ -0,0 +1,10 @@
/* User Image */
.imageDropZone {
border: 2px dashed #bbb;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 25px;
text-align: center;
color: #bbb;
}