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>2009-08-22 15:22:50 +0400
committerMarc Delisle <marc@infomarc.info>2009-08-22 15:22:50 +0400
commit15441ded5d0f1e12b4a8604d7e6f5745d1fe3ad6 (patch)
tree961b644b04925f3f00abcda8946bedd8e9a395d6 /docs.css
parent869571ee1665778f9b6d6fa016a558e54c426e95 (diff)
do not try to display a tab that was not built
Diffstat (limited to 'docs.css')
-rw-r--r--docs.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs.css b/docs.css
index 0592f5ad1a..e9defb7183 100644
--- a/docs.css
+++ b/docs.css
@@ -249,3 +249,8 @@ p.footnote {
p.footnote:first-line {
margin-left: -2%;
}
+
+/* Block to mark separate translation string */
+div.l10n {
+ display: inline;
+}