Small fix for CSS git-svn-id: https://svn.apache.org/repos/asf/couchdb/site@1618511 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/364e1a76 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/364e1a76 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/364e1a76 Branch: refs/heads/asf-site Commit: 364e1a76d2c7b324f14fb38ba1711dc3b70b7f52 Parents: 0b39df7 Author: Noah Slater <[email protected]> Authored: Sun Aug 17 19:21:55 2014 +0000 Committer: Noah Slater <[email protected]> Committed: Sun Aug 17 19:21:55 2014 +0000 ---------------------------------------------------------------------- style/doc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/364e1a76/style/doc.css ---------------------------------------------------------------------- diff --git a/style/doc.css b/style/doc.css index 7d06d33..c701857 100644 --- a/style/doc.css +++ b/style/doc.css @@ -15,7 +15,7 @@ body { background-position: top right; } -p { +p, ol, ul { width: 800px; }
