commit f83fce9d09d23ec24f8856b261908d6e6d8b7037 parent de45e2f29d70434c9703119c1091788695a31d5d Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 14 Dec 2014 21:42:05 +0100 funny div :D Diffstat:
| M | themes/jumbotron/admin.php | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -110,10 +110,10 @@ foreach($langs as $prio => $lang) { * { /*margin: 0; - padding: 0;*/ + padding: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box;*/ } .tabs { @@ -121,7 +121,8 @@ foreach($langs as $prio => $lang) { color: #fff; } .tabs { - width: auto; + width: 100%; + height: auto; float: none; list-style: none; position: relative;