diff options
author | Friendika <info@friendika.com> | 2011-10-18 13:07:27 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-18 13:07:27 -0700 |
commit | b14914ee2ea7317a564386d287fc2d0f271e4832 (patch) | |
tree | 856b4fd240950666a544a9d36da437b65184635d | |
parent | 32808a934d40c3980c924353444e99258aaf57c9 (diff) | |
download | volse-hubzilla-b14914ee2ea7317a564386d287fc2d0f271e4832.tar.gz volse-hubzilla-b14914ee2ea7317a564386d287fc2d0f271e4832.tar.bz2 volse-hubzilla-b14914ee2ea7317a564386d287fc2d0f271e4832.zip |
fix tb tabs
-rw-r--r-- | boot.php | 2 | ||||
-rw-r--r-- | view/theme/testbubble/style.css | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -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;} |