]> git.mxchange.org Git - friendica.git/commitdiff
fix tb tabs
authorFriendika <info@friendika.com>
Tue, 18 Oct 2011 20:07:27 +0000 (13:07 -0700)
committerFriendika <info@friendika.com>
Tue, 18 Oct 2011 20:07:27 +0000 (13:07 -0700)
boot.php
view/theme/testbubble/style.css

index c2c1088e47e96939e6cd2ee1bb8d95f9b1f1f717..05e031e7bc77039e0ad3a4163d659f16d528b5ae 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -8,7 +8,7 @@ require_once("include/pgettext.php");
 require_once('include/nav.php');
 
 define ( 'FRIENDIKA_PLATFORM',     'Free Friendika');
-define ( 'FRIENDIKA_VERSION',      '2.3.1137' );
+define ( 'FRIENDIKA_VERSION',      '2.3.1138' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.21'    );
 define ( 'DB_UPDATE_VERSION',      1097      );
 
index 83afe78f40116a611edd7c8b98bf7d9a7f651b8a..b7c20ab17c86f8d0ecb981bd490b0f54281e11a3 100644 (file)
@@ -823,11 +823,12 @@ profile-jot-banner-wrapper {
 /* ======== */
 
 .tabs {
-       width: 450px;
+       width: 500px;
        list-style: none;
        padding: 10px;
        margin: 0px 0px 10px 0px;
        border-bottom: 1px solid #efefef;
+       font-size: 0.9em;
 }
 .tabs li { display: inline;}