rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit f1ffe18d6534c2190b9056fdef8071f7f2b34994
parent d353258050ee8232ed558286e41909246b28249b
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 14 Dec 2014 21:37:12 +0100

it won't work and I don't understand it...

Diffstat:
Mthemes/jumbotron/admin.php | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -133,9 +133,9 @@ foreach($langs as $prio => $lang) { display: block; } .tabs input[type="radio"] { - position: absolute; + /*position: absolute; top: -9999px; - left: -9999px; + left: -9999px;*/ } .tabs label { display: block; @@ -146,8 +146,8 @@ foreach($langs as $prio => $lang) { 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;