Prevent header image from being selectable
This commit is contained in:
parent
701746c102
commit
75c3ad7f1b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue