css fix git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@536 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
GTDarkNightmare@gmail.com 2013-08-03 10:52:26 +00:00
commit 0eee5c1a25
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do
// Increase number of revision after update
$bb_cfg['tp_version'] = '2.5 (unstable)';
$bb_cfg['tp_release_date'] = '03-08-2013';
$bb_cfg['tp_release_state'] = 'R535';
$bb_cfg['tp_release_state'] = 'R536';
// Database
$charset = 'utf8';

View file

@ -922,7 +922,7 @@ a.menu-root, a.menu-root:visited, a.menu-root:hover {
.menu-a a { color: #0000A0; background: #E7E7E7; padding: 4px 10px 5px; margin: 1px; display: block; text-decoration: none !important; }
.menu-a a:hover { color: #0000FF; background: #D1D7DC; text-decoration: none !important; }
.mc_b { background: none !important; padding: 0px; !important; }
.mc_b { background: none !important; padding: 0px !important; }
.mc{ background:#E7E7E7; padding:5px; font-size:11px;}
.mc-bord{ background:#fff; padding:1px; border:1px solid #92A3A4;}
.mc-th{ background:#71869F; color:#F0F8FF; padding:4px; border-bottom:1px solid #fff; font-weight:bold; font-size:11px; text-align:center;}