1
0

More small fixes for prod

This commit is contained in:
Mike Schwörer 2014-08-04 21:46:15 +02:00
parent 59d911e682
commit 0d6cd44630
4 changed files with 5 additions and 9 deletions

View File

@ -309,6 +309,8 @@ ul.nav li.dropdown-append:hover > ul.dropdown-menu {
background-color: #EEF0F3; background-color: #EEF0F3;
padding: 15px 20px; padding: 15px 20px;
border-color: rgba(0, 0, 0, 0.15);
} }
.markdownOwner blockquote p { .markdownOwner blockquote p {

View File

@ -3222,7 +3222,7 @@ EOD;
* @param integer $i the running index. * @param integer $i the running index.
* @return array the items. * @return array the items.
*/ */
protected static function normalizeTabs($tabs, &$panes, $i = 0) protected static function normalizeTabs($tabs, &$panes, &$i = 0)
{ {
$menuItems = array(); $menuItems = array();
foreach ($tabs as $tabOptions) { foreach ($tabs as $tabOptions) {

View File

@ -237,7 +237,7 @@ class Program extends CActiveRecord
foreach ($tl_paths as $fn) foreach ($tl_paths as $fn)
{ {
if (MsHelper::endsWith($fn, "\\")) if (MsHelper::endsWith($fn, DIRECTORY_SEPARATOR))
{ {
$bl_paths = glob($fn . '*.markdown'); $bl_paths = glob($fn . '*.markdown');

View File

@ -5,9 +5,3 @@ $yiic=dirname(__FILE__).'/../../framework/yiic.php';
$config=dirname(__FILE__).'/config/console.php'; $config=dirname(__FILE__).'/config/console.php';
require_once($yiic); require_once($yiic);
// TODO-MS SharkSim (OLD DATE !) -> MS.de [X]
// TODO-MS BefunGen -> MS.de [X]
// TODO-MS jClipCorn -> MS.de [O]
// TODO-MS jQCCounter (OLD DATE !) -> MS.de [X]
// TODO-MS ExtendedGitGraph -> MS.de [X]