summaryrefslogtreecommitdiff
path: root/linkshorter/style.css
diff options
context:
space:
mode:
authorHorus32014-11-16 21:20:41 +0100
committerHorus32014-11-16 21:20:41 +0100
commit4168f7aff52f6e7cf7320e42252227dac5169c4a (patch)
treef73e5e93e8bc8d9b5ad8ef415b59ede323663f76 /linkshorter/style.css
downloadtools.iamfabulous.de-4168f7aff52f6e7cf7320e42252227dac5169c4a.tar.gz
Initial commit.
Diffstat (limited to 'linkshorter/style.css')
-rw-r--r--linkshorter/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/linkshorter/style.css b/linkshorter/style.css
new file mode 100644
index 0000000..c762039
--- /dev/null
+++ b/linkshorter/style.css
@@ -0,0 +1,21 @@
+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;
+}