Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
This commit is contained in:
commit
1ce128348c
|
@ -1,15 +1,15 @@
|
|||
body {
|
||||
body {
|
||||
background: #D0D0D0;
|
||||
}
|
||||
|
||||
html, body, div{
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: text;
|
||||
-khtml-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
user-select: text;
|
||||
/* this will work for QtWebKit in future */
|
||||
-webkit-user-drag: none;
|
||||
-webkit-user-drag: text;
|
||||
}
|
||||
|
||||
#browser-not-supported {
|
||||
|
|
Loading…
Reference in a new issue