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:
authorMichal Čihař <michal@cihar.com>2011-01-01 18:44:10 +0300
committerMichal Čihař <michal@cihar.com>2011-01-01 18:45:23 +0300
commit6ebc1e413d419c73e1b9e025b063c507128dde2a (patch)
treea1f14f72fcf371ea39c5ccc0e7e3e02e07a806c2 /docs.css
parent1b0116ba3b320bdeb3c36f7cdcb2c810e68df32b (diff)
Remove unused CSS.
Diffstat (limited to 'docs.css')
-rw-r--r--docs.css42
1 files changed, 0 insertions, 42 deletions
diff --git a/docs.css b/docs.css
index 1d0f08de0d..96574d9c66 100644
--- a/docs.css
+++ b/docs.css
@@ -59,10 +59,6 @@ ul#footer {
border: none;
}
-#footer li.logo {
- padding: 0.5em;
-}
-
#footer a {
color: #c19e66;
}
@@ -155,31 +151,6 @@ p {
margin: 1em;
}
-table {
- margin: 1em;
- border: none;
-}
-
-table tr,table td,table th {
- border: none;
-}
-
-table.translators {
- text-align: center;
- display: table; margin-left: auto; margin-right: auto;
- border-collapse: collapse;
-}
-
-table.translators th {
- color: #000000;
- background-color: #d3dce3;
-}
-
-table.translators td, table.translators th {
- border: 1px solid #000000;
- padding: 5px;
-}
-
ul, dl, ol {
margin: 1em;
max-width: 70em;
@@ -207,10 +178,6 @@ li pre {
margin: 1em 0 1em 0;
}
-pre.wrap {
- white-space: normal;
-}
-
dt {
font-weight: bold;
margin-left: 2em;
@@ -225,10 +192,6 @@ dd {
font-family: monospace;
}
-dt.configrule {
- font-weight: bold;
-}
-
.important {
color: #bb0000;
background-color: #ffeeee;
@@ -248,8 +211,3 @@ p.footnote {
p.footnote:first-line {
margin-left: -2%;
}
-
-/* Block to mark separate translation string */
-div.l10n {
- display: inline;
-}