html: disable text selection in the webview

This commit is contained in:
Hylke Bons 2011-05-29 03:07:51 +01:00
parent 4245c26b6d
commit 4f75a78a7d

View file

@ -11,6 +11,7 @@
margin: 0;
padding: 0;
margin-top: 20px;
-webkit-user-select: none;
}
small {
@ -104,9 +105,9 @@
.event-info {
float: left;
}
</style>
</style><script>alert('test');</script>
</head>
<body onDragStart='return false;'>
<body>
<!-- $event-log-content -->
</body>
</html>