From 5ac710a694a843e1a879abea319544944307b3b4 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Wed, 26 Feb 2014 01:50:00 +0100 Subject: [PATCH] Fixes warnings in console with getelementid in firefox --- css/glowingbear.css | 3 +++ index.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 66bf63b..e098026 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -42,6 +42,9 @@ body { box-shadow: rgba(255, 255, 255, 0.07) 0 -1px 0; border-top: 1px solid #121212; } +a { + cursor: pointer; +} table { width: 100%; diff --git a/index.html b/index.html index 33f92a7..e7ad329 100644 --- a/index.html +++ b/index.html @@ -196,7 +196,7 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel