rpicms

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

commit 641ca7d60d70239c6117fb28f77d5201fbf52b7f
parent 3997e84f343162305130051a8be1f7f160b42238
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 14 Dec 2014 19:33:38 +0100

html/css changes

Diffstat:
Mthemes/jumbotron/admin.php | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -125,7 +125,7 @@ foreach($langs as $prio => $lang) { float: none; list-style: none; position: relative; - margin: 80px 0 0 0; + margin: 80px 0 0 10px; text-align: left; } .tabs li { @@ -210,6 +210,7 @@ foreach($langs as $prio => $lang) { <!-- Main jumbotron for a primary marketing message or call to action --> <div class="jumbotron"> <div class="container"> + <div> <ul class="tabs"> <li> <input type="radio" name="tabs" id="tab1" checked /> @@ -227,7 +228,7 @@ foreach($langs as $prio => $lang) { </div> </li> </ul> - + </div> <!--<br style="clear: both;" />-->