CSS: Eliminate wildcard selector and change cursor to grab to complement #3797166

This commit is contained in:
Riley Shaw 2013-12-08 19:40:09 -05:00
parent 2b75452d54
commit 00e41408d0

View File

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