summaryrefslogtreecommitdiff
path: root/linkshorter/style.css
diff options
context:
space:
mode:
authorroot2014-11-27 02:41:21 +0100
committerroot2014-11-27 02:41:21 +0100
commit92babb43a2a0041a71b54db35cbc9d2fba908a63 (patch)
tree8971101b53b6a6b12a092b456dc11a4dbfc034a3 /linkshorter/style.css
parent2b24f3ef0e800f878177973eefcb28380a292503 (diff)
downloadtools.iamfabulous.de-92babb43a2a0041a71b54db35cbc9d2fba908a63.tar.gz
Rewrote the linkshorter.
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;
-}