Prepare deployment

This commit is contained in:
benweet 2013-05-20 00:52:44 +01:00
parent 9b90a54edd
commit d5ab238179
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
# Mon May 20 00:29:17 GMT 2013
# Mon May 20 00:52:44 GMT 2013
CACHE:
index.html

6
css/main-min.css vendored
View File

@ -5404,7 +5404,7 @@ textarea,
.input-prepend .add-on {
border: 1px solid #ddd !important;
}
textarea:focus,
.modal textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
@ -5421,7 +5421,9 @@ input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus
{
border-color: rgba(82, 168, 236, 0.8) !important;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important;
}
.help-block {
color: #999999;