Changeset:
        210008845822
        
https://sourceforge.net/p/mrbs/hg-code/ci/210008845822a6107e3103cb61e1a5be08eb6098
Author:
        Campbell Morrison <[email protected]>
Date:
        Tue Mar 28 16:21:02 2017 +0100
Log message:

Fixed row alignment

diffstat:

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

diffs (23 lines):

diff -r 7b54e66ca8ce -r 210008845822 web/css/mrbs.css.php
--- a/web/css/mrbs.css.php      Tue Mar 28 16:18:26 2017 +0100
+++ b/web/css/mrbs.css.php      Tue Mar 28 16:21:02 2017 +0100
@@ -1433,15 +1433,15 @@
   border-collapse: collapse;
 }
 
+.main_view table td {
+  padding: 0;
+}
+
 .main_view_data {
   width: 100%;
   table-layout: fixed;
 }
 
-.main_view_data td {
-  padding: 0;
-}
-
 .main_view_data tr:nth-child(even) td.new {
   background-color: <?php echo $row_even_color ?>;
 }

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