aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-18 13:07:27 -0700
committerFriendika <info@friendika.com>2011-10-18 13:07:27 -0700
commitb14914ee2ea7317a564386d287fc2d0f271e4832 (patch)
tree856b4fd240950666a544a9d36da437b65184635d
parent32808a934d40c3980c924353444e99258aaf57c9 (diff)
downloadvolse-hubzilla-b14914ee2ea7317a564386d287fc2d0f271e4832.tar.gz
volse-hubzilla-b14914ee2ea7317a564386d287fc2d0f271e4832.tar.bz2
volse-hubzilla-b14914ee2ea7317a564386d287fc2d0f271e4832.zip
fix tb tabs
-rw-r--r--boot.php2
-rw-r--r--view/theme/testbubble/style.css3
2 files changed, 3 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index c2c1088e4..05e031e7b 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 83afe78f4..b7c20ab17 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;}