The branch, master has been updated via 6ebc1e413d419c73e1b9e025b063c507128dde2a (commit) from 1b0116ba3b320bdeb3c36f7cdcb2c810e68df32b (commit)
- Log ----------------------------------------------------------------- commit 6ebc1e413d419c73e1b9e025b063c507128dde2a Author: Michal Čihař michal@cihar.com Date: Sat Jan 1 16:44:10 2011 +0100
Remove unused CSS.
-----------------------------------------------------------------------
Summary of changes: docs.css | 42 ------------------------------------------ 1 files changed, 0 insertions(+), 42 deletions(-)
diff --git a/docs.css b/docs.css index 1d0f08d..96574d9 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; -}
hooks/post-receive