summaryrefslogtreecommitdiffstats
path: root/vector/components/footer.less
diff options
context:
space:
mode:
Diffstat (limited to 'vector/components/footer.less')
-rw-r--r--vector/components/footer.less57
1 files changed, 0 insertions, 57 deletions
diff --git a/vector/components/footer.less b/vector/components/footer.less
deleted file mode 100644
index 3d61b66..0000000
--- a/vector/components/footer.less
+++ /dev/null
@@ -1,57 +0,0 @@
-/* Footer */
-div#footer {
- margin-left: 10em;
- margin-top: 0;
- padding: 0.75em;
- direction: ltr;
-
- ul {
- list-style-type: none;
- list-style-image: none;
- margin: 0;
- padding: 0;
-
- li {
- margin: 0;
- padding: 0;
- padding-top: 0.5em;
- padding-bottom: 0.5em;
- color: #333;
- font-size: 0.7em;
- }
- }
-
- #footer-icons {
- float: right;
-
- li {
- float: left;
- margin-left: 0.5em;
- line-height: 2em;
- text-align: right;
- }
- }
-
- #footer-info {
- li {
- line-height: 1.4em;
- }
- }
-
- #footer-places {
- li {
- float: left;
- margin-right: 1em;
- line-height: 2em;
- }
- }
-}
-
-body.ltr {
- div#footer {
- #footer-places {
- /* @noflip */
- float: left;
- }
- }
-}