[Rt-commit] rt branch, 4.6/tweak-footer-style, updated. rt-4.4.4-493-gd8cad24488
Jim Brandt
jbrandt at bestpractical.com
Wed Nov 13 09:39:34 EST 2019
The branch, 4.6/tweak-footer-style has been updated
via d8cad24488bdec96ce6e4a0b88831d24bf9701ff (commit)
from e7cb6bbc6d0a4555fb578b908d5806041bdf3324 (commit)
Summary of changes:
share/static/css/elevator-light/layout.css | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit d8cad24488bdec96ce6e4a0b88831d24bf9701ff
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Wed Nov 13 09:38:49 2019 -0500
Remove some top and bottom spacing to make footer thinner
diff --git a/share/static/css/elevator-light/layout.css b/share/static/css/elevator-light/layout.css
index 77c1abc5be..bea6728cdd 100644
--- a/share/static/css/elevator-light/layout.css
+++ b/share/static/css/elevator-light/layout.css
@@ -37,6 +37,7 @@ div#footer {
background: #fff;
padding-left: 15px;
padding-right: 15px;
+ padding-top: 5px;
bottom: 0;
width: 100%;
margin-left: 0;
@@ -55,18 +56,19 @@ div#footer #time {
div#footer #bpscredits {
text-align: center;
- background: url(../../../static/images/bpslogo_wt_sm.svg) no-repeat top 1em center !important;
- padding-top: 4em;
-}
-
-div#footer #legal {
- padding-top: 1.5em;
+ background: url(../../../static/images/bpslogo_wt_sm.svg) no-repeat top center !important;
+ padding-top: 2.5em;
}
div#footer a {
color: white;
}
+/* Override the default bootstrap p margin to reduce bottom spacing in footer */
+div#footer p {
+ margin-bottom: .5rem;
+}
+
/* logo stuff */
div#logo {
-----------------------------------------------------------------------
More information about the rt-commit
mailing list