Merge pull request #40 from rileyjshaw/cursor

CSS: Eliminate wildcard selector and change cursor to grab to complement #3797166
This commit is contained in:
Lim Chee Aun 2013-12-08 17:37:40 -08:00
commit d39537a8ee

View File

@ -5,8 +5,11 @@
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,300">
<style>
*{
html{
font-family: Open Sans, Helvetica, Arial, sans-serif;
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
body{
color: #fff;