Changed how cursors act on the page

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-08 13:12:56 +01:00
parent 50bba53145
commit c5822d77f6
5 changed files with 32 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<?php include("header.php"); ?>
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/jemjlblambcgjmmhheaklfnphncdmfmb" />
</head>
<body>
<body class="noselect cursor-default">
<header>
<nav id="fp-nav">
<div class="nav-wrapper">

View File

@@ -56,7 +56,7 @@
</div>
</div>
</div>
<footer class="page-footer">
<footer class="page-footer cursor-default">
<div class="container">
<div class="row">
<div class="col l6 s12">

View File

@@ -10,7 +10,7 @@ if(isset($_GET['chan'])){
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<?php include("header.php"); ?>
</head>
<body class="noselect">
<body class="noselect cursor-default">
<header>
<nav id="fp-nav">
<div class="nav-wrapper">