Prevent header image from being selectable

This commit is contained in:
John O'Nolan 2013-08-21 16:53:13 +02:00 committed by Hannah Wolfe
parent 701746c102
commit 75c3ad7f1b
1 changed files with 5 additions and 0 deletions

View File

@ -275,6 +275,11 @@ table.plain {
display: block;
width: 100%;
height: auto;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
#sitehead .wrap {