Remove unused CSS.

This commit is contained in:
Michal Čihař
2011-01-01 16:44:10 +01:00
parent 1b0116ba3b
commit 6ebc1e413d

View File

@@ -59,10 +59,6 @@ ul#footer {
border: none; border: none;
} }
#footer li.logo {
padding: 0.5em;
}
#footer a { #footer a {
color: #c19e66; color: #c19e66;
} }
@@ -155,31 +151,6 @@ p {
margin: 1em; 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 { ul, dl, ol {
margin: 1em; margin: 1em;
max-width: 70em; max-width: 70em;
@@ -207,10 +178,6 @@ li pre {
margin: 1em 0 1em 0; margin: 1em 0 1em 0;
} }
pre.wrap {
white-space: normal;
}
dt { dt {
font-weight: bold; font-weight: bold;
margin-left: 2em; margin-left: 2em;
@@ -225,10 +192,6 @@ dd {
font-family: monospace; font-family: monospace;
} }
dt.configrule {
font-weight: bold;
}
.important { .important {
color: #bb0000; color: #bb0000;
background-color: #ffeeee; background-color: #ffeeee;
@@ -248,8 +211,3 @@ p.footnote {
p.footnote:first-line { p.footnote:first-line {
margin-left: -2%; margin-left: -2%;
} }
/* Block to mark separate translation string */
div.l10n {
display: inline;
}