diff options
author | David Baker <dbkr@matrix.org> | 2014-11-13 14:45:29 +0000 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-11-13 14:45:29 +0000 |
commit | 58ddff08817074b5ea5dee72f3b8237a5d645efb (patch) | |
tree | 7636b2c5782dc01459ae2234cacc5311b1306a5c | |
parent | remove now-unused styles (diff) | |
download | synapse-58ddff08817074b5ea5dee72f3b8237a5d645efb.tar.xz |
remove stray unmatched css comment
-rwxr-xr-x | syweb/webclient/app.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syweb/webclient/app.css b/syweb/webclient/app.css index a9e80aef9c..25f7208a11 100755 --- a/syweb/webclient/app.css +++ b/syweb/webclient/app.css @@ -638,7 +638,7 @@ textarea, input { color: #ccc; height: 13px; margin-top: 4px; -*/ transition-property: opacity; + transition-property: opacity; transition-duration: 0.3s; } |