From 92babb43a2a0041a71b54db35cbc9d2fba908a63 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 27 Nov 2014 02:41:21 +0100 Subject: Rewrote the linkshorter. --- linkshorter/style.css | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 linkshorter/style.css (limited to 'linkshorter/style.css') diff --git a/linkshorter/style.css b/linkshorter/style.css deleted file mode 100644 index c762039..0000000 --- a/linkshorter/style.css +++ /dev/null @@ -1,21 +0,0 @@ -html { - position: relative; - min-height: 100%; -} - -body { - margin-bottom: 60px; -} - -/* footer */ - -.footer { - position: absolute; - bottom: 0; - width: 100%; -} - -#copyright-text { - text-decoration: underline; - color: #333; -} -- cgit v1.2.3