From b14914ee2ea7317a564386d287fc2d0f271e4832 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 18 Oct 2011 13:07:27 -0700 Subject: [PATCH] fix tb tabs --- boot.php | 2 +- view/theme/testbubble/style.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/boot.php b/boot.php index c2c1088e47..05e031e7bc 100644 --- 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 ); diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 83afe78f40..b7c20ab17c 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -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;}