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:
Diffstat (limited to 'themes/original/css/common.css.php')
-rw-r--r--themes/original/css/common.css.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index e926a2be0d..ee4cf21122 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -120,11 +120,6 @@ form {
textarea {
overflow: visible;
- height: <?php echo ceil($GLOBALS['cfg']['TextareaRows'] * 1.2); ?>em;
-}
-
-textarea.char {
- height: <?php echo ceil($GLOBALS['cfg']['CharTextareaRows'] * 1.2); ?>em;
}
fieldset {