fix tb tabs

This commit is contained in:
Friendika 2011-10-18 13:07:27 -07:00
parent 32808a934d
commit b14914ee2e
2 changed files with 3 additions and 2 deletions

View File

@ -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 );

View 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;}