Fix info table style

This commit is contained in:
ruan 2015-09-10 17:13:18 +02:00
parent 60a3612507
commit e2997eb9d9

View File

@ -150,7 +150,7 @@ if ($st->execute(array($id))) {
<div class="row" style="margin-bottom:60px;">
<?php $page->print_page_header(); ?>
<div style="text-align: center;" class="col-lg-12">
<table class="table st-light table-bordered table-condensed">
<table class="table table-striped table-bordered table-condensed">
<?php
$map = $info->basic_info($row, $player_name);
$permanent_val = $info->page->permanent[$type];