Changeset:
aaf69cc62730
https://sourceforge.net/p/mrbs/hg-code/ci/aaf69cc6273078b37a2ca904e136818cb6ed9591
Author:
Campbell Morrison <[email protected]>
Date:
Sun Oct 02 14:38:30 2016 +0100
Log message:
Simplified CSS and fixed banner CSS for RTL languages.
diffstat:
web/css/mrbs-rtl.css.php | 6 +++++-
web/css/mrbs.css.php | 11 +++++------
2 files changed, 10 insertions(+), 7 deletions(-)
diffs (50 lines):
diff -r 938a1a59803b -r aaf69cc62730 web/css/mrbs-rtl.css.php
--- a/web/css/mrbs-rtl.css.php Sun Oct 02 14:27:28 2016 +0100
+++ b/web/css/mrbs-rtl.css.php Sun Oct 02 14:38:30 2016 +0100
@@ -162,10 +162,14 @@
/* ------------ FUNCTIONS.INC -------------------*/
-#banner td {
+#banner {
direction: rtl;
}
+#banner li {
+ border-width: 0 <?php echo $banner_border_cell_width ?>px 0 0;
+}
+
/* ------------ MINCALS.PHP ---------------------*/
div#cal_last, div#cal_this, div#cal_next {
diff -r 938a1a59803b -r aaf69cc62730 web/css/mrbs.css.php
--- a/web/css/mrbs.css.php Sun Oct 02 14:27:28 2016 +0100
+++ b/web/css/mrbs.css.php Sun Oct 02 14:38:30 2016 +0100
@@ -898,22 +898,21 @@
padding-bottom: 0.3em;
}
-#banner a:link {
- color: <?php echo $anchor_link_color_banner ?>;
+#banner a:link, #banner a:visited, #banner a:hover {
text-decoration: none;
font-weight: normal;
}
+#banner a:link {
+ color: <?php echo $anchor_link_color_banner ?>;
+}
+
#banner a:visited {
color: <?php echo $anchor_visited_color_banner ?>;
- text-decoration: none;
- font-weight: normal
}
#banner a:hover {
color: <?php echo $anchor_hover_color_banner ?>;
- text-decoration:underline;
- font-weight: normal
}
#banner input.date {
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits