summaryrefslogtreecommitdiff
path: root/linkshorter/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'linkshorter/style.css')
-rw-r--r--linkshorter/style.css21
1 files changed, 0 insertions, 21 deletions
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;
-}