Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2007-07-22 20:22:54 +0400
committerMarc Delisle <marc@infomarc.info>2007-07-22 20:22:54 +0400
commit17c81f3f97fa84701b406fdf204b7cb0b14ba20d (patch)
tree81da1196314fc81e0a868ad3ff4d4f9a9099fa71 /phpmyadmin.css.php
parente80964228348e68c8c79421f62a109e531d2028a (diff)
bug #1758159 Wrong place for styling
Diffstat (limited to 'phpmyadmin.css.php')
-rw-r--r--phpmyadmin.css.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/phpmyadmin.css.php b/phpmyadmin.css.php
index c6b240d081..543ad5664e 100644
--- a/phpmyadmin.css.php
+++ b/phpmyadmin.css.php
@@ -790,18 +790,5 @@ body.loginform div.container {
<?php
} // end styles 2.9
-if ($_SESSION['PMA_Theme']->checkVersion('2.11')) {
- ?>
-/********************/
-/* NEW in PMA 2.11 */
-/********************/
-
-.navi_dbName {
- font-weight: bold;
- color: #0000FF;
-}
- <?php
-} // end styles 2.11
-
$_SESSION['PMA_Theme_Manager']->printCss($_REQUEST['js_frame']);
?>