From 860ae3c81409ba0e49c224bc1431e1835d500196 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 25 Jun 2016 03:20:21 +0300 Subject: move common assets to common/, more info to config --- css/common/footer.css | 23 +++++++++++++++++++++++ css/common/misc.css | 3 +++ css/footer.css | 23 ----------------------- css/misc.css | 3 --- 4 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 css/common/footer.css create mode 100644 css/common/misc.css delete mode 100644 css/footer.css delete mode 100644 css/misc.css (limited to 'css') diff --git a/css/common/footer.css b/css/common/footer.css new file mode 100644 index 0000000..417b3d9 --- /dev/null +++ b/css/common/footer.css @@ -0,0 +1,23 @@ +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; +} diff --git a/css/common/misc.css b/css/common/misc.css new file mode 100644 index 0000000..49072c4 --- /dev/null +++ b/css/common/misc.css @@ -0,0 +1,3 @@ +.wide-enough { + max-width: 400px; +} 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; -} diff --git a/css/misc.css b/css/misc.css deleted file mode 100644 index 06c6675..0000000 --- a/css/misc.css +++ /dev/null @@ -1,3 +0,0 @@ -.reasonable-width { - max-width: 400px; -} -- cgit v1.2.3