Merge branch 'v1.1'

This commit is contained in:
nuxsmin
2015-02-03 13:30:39 +01:00
parent e866f37185
commit cd1072d2de
77 changed files with 4507 additions and 1857 deletions

View File

@@ -8,7 +8,7 @@
.alertify {
background: #FFF;
border: 10px solid #333; /* browsers that don't support rgba */
border: 10px solid rgba(0,0,0,.3);
border: 10px solid rgba(0, 0, 0, .3);
border-radius: 8px;
box-shadow: 0 3px 3px rgba(0,0,0,.3);
-webkit-background-clip: padding; /* Safari 4? Chrome 6? */