summaryrefslogtreecommitdiff
path: root/searx/static/oscar/css/oscar.css
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/oscar/css/oscar.css')
-rw-r--r--searx/static/oscar/css/oscar.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/searx/static/oscar/css/oscar.css b/searx/static/oscar/css/oscar.css
new file mode 100644
index 000000000..6ca390679
--- /dev/null
+++ b/searx/static/oscar/css/oscar.css
@@ -0,0 +1,19 @@
+/* Sticky footer styles
+-------------------------------------------------- */
+
+html {
+ position: relative;
+ min-height: 100%;
+}
+body {
+ /* Margin bottom by footer height */
+ margin-bottom: 80px;
+}
+
+.footer {
+ position: absolute;
+ bottom: 0;
+ width: 100%;
+ /* Set the fixed height of the footer here */
+ height: 40px;
+}