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
path: root/themes
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-07-21 07:46:09 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-21 07:46:09 +0300
commitfc9bc4a76bb1e4123677c1c3b913c6ed863ea85a (patch)
tree65b6b68cffafe5e85838a80ab6152649fbb935b6 /themes
parente5d5ce67b439eea4eb9158d113635a2a447c066d (diff)
parentd93fd4193a471da3264ffd89eb3c6dd26a4f0311 (diff)
Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/printview.css1
-rw-r--r--themes/original/info.inc.php1
-rw-r--r--themes/original/layout.inc.php2
-rw-r--r--themes/original/sprites.lib.php1
-rw-r--r--themes/pmahomme/css/printview.css1
-rw-r--r--themes/pmahomme/info.inc.php1
-rw-r--r--themes/pmahomme/layout.inc.php2
-rw-r--r--themes/pmahomme/sprites.lib.php1
8 files changed, 0 insertions, 10 deletions
diff --git a/themes/original/css/printview.css b/themes/original/css/printview.css
index 0b4d69de14..5ee47195e2 100644
--- a/themes/original/css/printview.css
+++ b/themes/original/css/printview.css
@@ -57,7 +57,6 @@
font-weight: bold;
background-color: #e5e5e5;
border: .1em solid #000;
- border-right: .1em solid #000;
}
th.vtop, td.vtop {
diff --git a/themes/original/info.inc.php b/themes/original/info.inc.php
index 28866d6bf3..ce2287a0f8 100644
--- a/themes/original/info.inc.php
+++ b/themes/original/info.inc.php
@@ -12,4 +12,3 @@
*/
$theme_name = 'Original';
$theme_full_version = '2.9';
-?>
diff --git a/themes/original/layout.inc.php b/themes/original/layout.inc.php
index c1a9f2be01..cfa1dc0f48 100644
--- a/themes/original/layout.inc.php
+++ b/themes/original/layout.inc.php
@@ -74,5 +74,3 @@ $GLOBALS['cfg']['ThColor'] = '#000000';
$GLOBALS['cfg']['BgOne'] = '#E5E5E5';
// table data row background, alternate
$GLOBALS['cfg']['BgTwo'] = '#D5D5D5';
-
-?>
diff --git a/themes/original/sprites.lib.php b/themes/original/sprites.lib.php
index c671693060..dc93fd3e6d 100644
--- a/themes/original/sprites.lib.php
+++ b/themes/original/sprites.lib.php
@@ -717,4 +717,3 @@ function PMA_sprites()
),
);
}
-?>
diff --git a/themes/pmahomme/css/printview.css b/themes/pmahomme/css/printview.css
index 0b4d69de14..5ee47195e2 100644
--- a/themes/pmahomme/css/printview.css
+++ b/themes/pmahomme/css/printview.css
@@ -57,7 +57,6 @@
font-weight: bold;
background-color: #e5e5e5;
border: .1em solid #000;
- border-right: .1em solid #000;
}
th.vtop, td.vtop {
diff --git a/themes/pmahomme/info.inc.php b/themes/pmahomme/info.inc.php
index 0c32532d17..cd47da6d19 100644
--- a/themes/pmahomme/info.inc.php
+++ b/themes/pmahomme/info.inc.php
@@ -18,4 +18,3 @@
$theme_name = 'pmahomme';
$theme_full_version = '1.1';
-?>
diff --git a/themes/pmahomme/layout.inc.php b/themes/pmahomme/layout.inc.php
index e43eb87164..ccb8c1194d 100644
--- a/themes/pmahomme/layout.inc.php
+++ b/themes/pmahomme/layout.inc.php
@@ -75,5 +75,3 @@ $GLOBALS['cfg']['ThColor'] = '#000';
$GLOBALS['cfg']['BgOne'] = '#E5E5E5';
// table data row background, alternate
$GLOBALS['cfg']['BgTwo'] = '#D5D5D5';
-
-?>
diff --git a/themes/pmahomme/sprites.lib.php b/themes/pmahomme/sprites.lib.php
index 9220a9ecfa..8e828d98b8 100644
--- a/themes/pmahomme/sprites.lib.php
+++ b/themes/pmahomme/sprites.lib.php
@@ -802,4 +802,3 @@ function PMA_sprites()
),
);
}
-?>