Mercurial > p > roundup > code
diff doc/_static/style.css @ 4811:7cf0468a9fa4
Remove duplicated link to page source from doc footer
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Sun, 25 Aug 2013 09:52:49 +0300 |
| parents | bca7c59ac400 |
| children | 515ab1749b14 |
line wrap: on
line diff
--- a/doc/_static/style.css Sun Aug 25 08:45:27 2013 +0300 +++ b/doc/_static/style.css Sun Aug 25 09:52:49 2013 +0300 @@ -8,7 +8,7 @@ padding: 0 3em 0 14em; } body > .header { margin: 0 0 0 -14em;} -body > .footer { margin: 0 0 0 -14em; clear:both;} +body > .footer { margin: 1em 0 1em -14em; clear:both;} body > .navigation { margin-left: -14em;
