Remove the only -o-prefixed CSS property as it will never exist.

This commit is contained in:
Mayhem 2013-06-07 14:59:38 +02:00
parent e9f3b512b5
commit 5ab212fa79

View File

@ -663,7 +663,6 @@ a.hide-announcement {
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
#dump-list {