[guadec-web] removed inline style for table overflow



commit dec43b2b6e823bde20e2bfb33e2694dfb3349f66
Author: Fabiana Simões <fabianapsimoes gmail com>
Date:   Fri Jul 18 18:07:22 2014 +0200

    removed inline style for table overflow

 guadec/access-register.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/guadec/access-register.php b/guadec/access-register.php
index 8391b4d..2910709 100644
--- a/guadec/access-register.php
+++ b/guadec/access-register.php
@@ -17,7 +17,7 @@ function display_result($result){
        $total_onsite = 0;
        $total_ispublic = 0;
 
-       echo "<div style='overflow: auto'>";
+       echo "<div>";
        echo "<table class='regtable'><thead><tr><th>ID</th><th>Name</th>
                                <th>Irc</th><th>Email</th><th>Gender</th>
                                <th>Accom</th><th>Arrival</th><th>Departure</th>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]