mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Minor Bootstrap3 styling fixes.
This commit is contained in:
@@ -35,16 +35,16 @@ if(!isset($BANNER_LOGIN_TABLE))
|
||||
if(!isset($BANNER_TABLE_START))
|
||||
{
|
||||
$BANNER_TABLE_START = "
|
||||
<table class='fborder' style='".USER_WIDTH."; border:1px solid #000' border='1'>
|
||||
<tr><td colspan='7' style='text-align:center' class='fcaption'>".BANNERLAN_21."</td></tr>
|
||||
<table class='table fborder' style='".USER_WIDTH.";' >
|
||||
<tr><th colspan='7' style='text-align:center' class='fcaption'>".BANNERLAN_21."</th></tr>
|
||||
<tr>
|
||||
<td class='forumheader' style='text-align:center'>".BANNERLAN_22."</td>
|
||||
<td class='forumheader' style='text-align:center'>".BANNERLAN_23."</td>
|
||||
<td class='forumheader' style='text-align:center'>".BANNERLAN_24."</td>
|
||||
<td class='forumheader' style='text-align:center'>".BANNERLAN_25."</td>
|
||||
<td class='forumheader' style='text-align:center'>".BANNERLAN_26."</td>
|
||||
<td class='forumheader' style='text-align:center'>".BANNERLAN_27."</td>
|
||||
<td class='forumheader' style='text-align:center'>".BANNERLAN_28."</td>
|
||||
<th class='forumheader' style='text-align:center'>".BANNERLAN_22."</th>
|
||||
<th class='forumheader' style='text-align:center'>".BANNERLAN_23."</th>
|
||||
<th class='forumheader' style='text-align:center'>".BANNERLAN_24."</th>
|
||||
<th class='forumheader' style='text-align:center'>".BANNERLAN_25."</th>
|
||||
<th class='forumheader' style='text-align:center'>".BANNERLAN_26."</th>
|
||||
<th class='forumheader' style='text-align:center'>".BANNERLAN_27."</th>
|
||||
<th class='forumheader' style='text-align:center'>".BANNERLAN_28."</th>
|
||||
</tr>";
|
||||
}
|
||||
if(!isset($BANNER_TABLE))
|
||||
|
Reference in New Issue
Block a user