mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +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))
|
if(!isset($BANNER_TABLE_START))
|
||||||
{
|
{
|
||||||
$BANNER_TABLE_START = "
|
$BANNER_TABLE_START = "
|
||||||
<table class='fborder' style='".USER_WIDTH."; border:1px solid #000' border='1'>
|
<table class='table fborder' style='".USER_WIDTH.";' >
|
||||||
<tr><td colspan='7' style='text-align:center' class='fcaption'>".BANNERLAN_21."</td></tr>
|
<tr><th colspan='7' style='text-align:center' class='fcaption'>".BANNERLAN_21."</th></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class='forumheader' style='text-align:center'>".BANNERLAN_22."</td>
|
<th class='forumheader' style='text-align:center'>".BANNERLAN_22."</th>
|
||||||
<td class='forumheader' style='text-align:center'>".BANNERLAN_23."</td>
|
<th class='forumheader' style='text-align:center'>".BANNERLAN_23."</th>
|
||||||
<td class='forumheader' style='text-align:center'>".BANNERLAN_24."</td>
|
<th class='forumheader' style='text-align:center'>".BANNERLAN_24."</th>
|
||||||
<td class='forumheader' style='text-align:center'>".BANNERLAN_25."</td>
|
<th class='forumheader' style='text-align:center'>".BANNERLAN_25."</th>
|
||||||
<td class='forumheader' style='text-align:center'>".BANNERLAN_26."</td>
|
<th class='forumheader' style='text-align:center'>".BANNERLAN_26."</th>
|
||||||
<td class='forumheader' style='text-align:center'>".BANNERLAN_27."</td>
|
<th class='forumheader' style='text-align:center'>".BANNERLAN_27."</th>
|
||||||
<td class='forumheader' style='text-align:center'>".BANNERLAN_28."</td>
|
<th class='forumheader' style='text-align:center'>".BANNERLAN_28."</th>
|
||||||
</tr>";
|
</tr>";
|
||||||
}
|
}
|
||||||
if(!isset($BANNER_TABLE))
|
if(!isset($BANNER_TABLE))
|
||||||
|
Reference in New Issue
Block a user