fixed/added page level docblock
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
/************************************************************************************
|
||||
* LEFT FRAME
|
||||
************************************************************************************/
|
||||
|
||||
/**
|
||||
* Add styles for positioned layers
|
||||
**/
|
||||
/*
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* navigation css file from theme
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin-theme
|
||||
* @subpackage XAMPP
|
||||
*/
|
||||
|
||||
if (isset($num_dbs) && $num_dbs == '0') {
|
||||
?>
|
||||
*/
|
||||
/* No layer effects neccessary */
|
||||
div{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
|
@@ -1,3 +1,13 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* print css file from theme
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin-theme
|
||||
* @subpackage XAMPP
|
||||
*/
|
||||
?>
|
||||
/* For printview */
|
||||
body{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
|
@@ -1,7 +1,14 @@
|
||||
/************************************************************************************
|
||||
* RIGHT FRAME
|
||||
************************************************************************************/
|
||||
/* Always enabled stylesheets (right frame) */
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* main css file from theme
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin-theme
|
||||
* @subpackage XAMPP
|
||||
*/
|
||||
?>
|
||||
|
||||
body{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
|
Reference in New Issue
Block a user