From cd9bae665ec2dc34c090fd6dde6e60f6c9dbd31c Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Thu, 27 Dec 2012 15:07:11 -0800 Subject: [PATCH] Added permahash. --- get.php | 3 +++ header.html | 2 -- style-dark.css | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/get.php b/get.php index a6b307c..bd00f1c 100644 --- a/get.php +++ b/get.php @@ -158,11 +158,14 @@ function deleteClump( id, elem ) { + # + ago + edit delete diff --git a/header.html b/header.html index 55e4122..41a44a0 100644 --- a/header.html +++ b/header.html @@ -1,7 +1,5 @@
- clmpr -
diff --git a/style-dark.css b/style-dark.css index 2ef8d7e..7ff02c2 100644 --- a/style-dark.css +++ b/style-dark.css @@ -74,13 +74,13 @@ ul.links li span.url a { text-decoration:none; } ul.links li span.url a { - color:#fff; + color:#ddc; } ul.links li span.url a:hover { text-decoration:none; } ul.links li .desc { - color:#4d0; + color:#8d1; } ul.links li .expand { color:#aaa; -- 2.34.1