commit 826d8bffbffaf75a849804b3a5c3d7345d99f150
parent af395d28685cb626eee435b50fbfae0e346b67d5
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 14 Dec 2014 21:53:14 +0100
:D
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php
@@ -135,15 +135,15 @@ foreach($langs as $prio => $lang) {
}
.tabs label {
display: block;
- padding: -14px 21px;
+ /*padding: 14px 21px;*/
border-radius: 2px 2px 0 0;
font-size: 20px;
font-weight: normal;
text-transform: uppercase;
background: lightgrey;
cursor: pointer;
- /*position: relative;
- top: 4px;-->*/
+ position: relative;
+ top: 4px;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;