Changeset:
        c4a5b686251b
        
https://sourceforge.net/p/mrbs/hg-code/ci/c4a5b686251b2f7d939962f8b1d98947964dc0d3
Author:
        Campbell Morrison <[email protected]>
Date:
        Sun Dec 04 17:58:41 2016 +0000
Log message:

Simplified CSS

diffstat:

 web/css/mrbs.css.php |  30 ++++++++++++++++++++++++++----
 1 files changed, 26 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r e9ad88b317b2 -r c4a5b686251b web/css/mrbs.css.php
--- a/web/css/mrbs.css.php      Sun Dec 04 17:50:38 2016 +0000
+++ b/web/css/mrbs.css.php      Sun Dec 04 17:58:41 2016 +0000
@@ -251,10 +251,32 @@
 #dwm h2 {margin-bottom: 0}
 #dwm div.timezone {opacity: 0.8}
 
-div.date_nav    {float: left;  width: 100%; margin-top: 0.5em; margin-bottom: 
0.5em; font-weight: bold}
-div.date_before {float: left;  width: 33%; text-align: left}
-div.date_now    {float: left;  width: 33%; text-align: center}
-div.date_after  {float: right; width: 33%; text-align: right}
+.date_nav {
+  float: left;
+  width: 100%;
+  margin-top: 0.5em;
+  margin-bottom: 0.5em;
+  font-weight: bold
+}
+
+.date_nav div {
+  width: 33%;
+}
+
+.date_before {
+  float: left;
+  text-align: left;
+}
+
+.date_now {
+  float: left;
+  text-align: center;
+}
+
+div.date_after {
+  float: right;
+  text-align: right;
+}
 
 .date_before a:before {
   content: '<<\0000a0';

------------------------------------------------------------------------------
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

Reply via email to