From 6ebc1e413d419c73e1b9e025b063c507128dde2a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sat, 1 Jan 2011 16:44:10 +0100 Subject: [PATCH] Remove unused CSS. --- docs.css | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/docs.css b/docs.css index 1d0f08de0..96574d9c6 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; -} -- 2.11.4.GIT