aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css/footer.css
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-06-25 01:37:15 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-06-25 01:37:15 +0300
commitc50335effd87dfc0ee856b127d75514878532c29 (patch)
tree309fe24c4f300dd565e1fe6cfc36e64af4335731 /css/footer.css
parentREADME update (diff)
downloadegor-tensin.github.io-c50335effd87dfc0ee856b127d75514878532c29.tar.gz
egor-tensin.github.io-c50335effd87dfc0ee856b127d75514878532c29.zip
css/ -> css/common/
Diffstat (limited to 'css/footer.css')
-rw-r--r--css/footer.css23
1 files changed, 0 insertions, 23 deletions
diff --git a/css/footer.css b/css/footer.css
deleted file mode 100644
index 417b3d9..0000000
--- a/css/footer.css
+++ /dev/null
@@ -1,23 +0,0 @@
-html, body {
- height: 100%;
- width: 100%;
-}
-.top-level-footer-wrapper {
- height: 100%;
- width: 100%;
- display: table;
-}
-.footer-wrapper-collapse {
- display: table-row;
- height: 1px;
-}
-.footer-wrapper-expand {
- display: table-row;
- height: auto;
-}
-footer {
- margin-top: 20px;
- padding: 15px 0 15px;
- border-width: 1px 0;
- border-style: solid;
-}