Changeset:
dad05b9be5c4
https://sourceforge.net/p/mrbs/hg-code/ci/dad05b9be5c45fc098cd1527dd8edade6b167fbe
Author:
Campbell Morrison <[email protected]>
Date:
Mon Nov 28 18:04:38 2016 +0000
Log message:
Fixed problem with layout of header
diffstat:
web/css/mrbs.css.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r 5629d1e5b477 -r dad05b9be5c4 web/css/mrbs.css.php
--- a/web/css/mrbs.css.php Wed Nov 16 08:13:26 2016 +0000
+++ b/web/css/mrbs.css.php Mon Nov 28 18:04:38 2016 +0000
@@ -862,6 +862,7 @@
header#banner {
display: table;
+ height: 100%;
width: 100%;
background-color: <?php echo $banner_back_color ?>;
color: <?php echo $banner_font_color ?>;
@@ -898,6 +899,7 @@
#banner li {
display: table-cell;
+ height: 100%;
text-align: center;
vertical-align: middle;
border-color: <?php echo $banner_border_color ?>;
------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits