fix tb tabs
This commit is contained in:
parent
32808a934d
commit
b14914ee2e
2 changed files with 3 additions and 2 deletions
2
boot.php
2
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 );
|
||||
|
||||
|
|
|
@ -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;}
|
||||
|
||||
|
|
Loading…
Reference in a new issue