Skip to content

Commit

Permalink
Fix syntax errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 15, 2016
1 parent 43390d9 commit 7ba9e0a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion ansel/themes/default/screen.css
Expand Up @@ -277,7 +277,6 @@ a.latest:link, a.latest:visited, a.latest:hover, a.latest:active {
/* Exif data */
#ansel-exif-table {
width: 100%;
t
}

/* Actions */
Expand Down
2 changes: 1 addition & 1 deletion horde/themes/default/ie8.css
Expand Up @@ -11,7 +11,7 @@ div.modal-form .submit-button {
width: 100px;
}

// IE 8 only supports one url argument for background.
/* IE 8 only supports one url argument for background. */
table.horde-table thead .horde-split-left.sortup,
table.horde-table thead .horde-split-right.sortup {
background-image: url("graphics/za.png");
Expand Down
2 changes: 1 addition & 1 deletion imp/themes/default/smartmobile/screen.css
Expand Up @@ -94,7 +94,7 @@
}
#imp-compose-upload-container input {
height: 1%;
left: 50%
left: 50%;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
Expand Down

0 comments on commit 7ba9e0a

Please sign in to comment.