fixed/added page level docblock
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
* Theme information
|
* Theme information
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin-theme
|
||||||
|
* @subpackage Darkblue Orange
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,3 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
|
/**
|
||||||
|
* print css file from theme Original
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin-theme
|
||||||
|
* @subpackage Original
|
||||||
|
*/
|
||||||
|
?>
|
||||||
/* For printview */
|
/* For printview */
|
||||||
body, table, th, td {
|
body, table, th, td {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
@@ -4,6 +4,8 @@
|
|||||||
* Theme information
|
* Theme information
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin-theme
|
||||||
|
* @subpackage Original
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user