# HG changeset patch # User Steve Losh # Date 1276569859 14400 # Node ID cadaa12baca9d2aacc54e75f965ed10867cfbbd9 # Parent e5f371a088083daee173c0324b541d7afeee201a docs: wrap up the theme for now Time to start writing some actual docs! diff -r e5f371a08808 -r cadaa12baca9 docs/hgreview/static/review.less --- a/docs/hgreview/static/review.less Mon Jun 14 22:34:57 2010 -0400 +++ b/docs/hgreview/static/review.less Mon Jun 14 22:44:19 2010 -0400 @@ -76,13 +76,17 @@ font-size: 13px; font-family: @font-mono; line-height: 24px; - margin-bottom: 36px; - margin-top: -14px; + margin-bottom: 32px; + margin-top: -8px; margin-left: 24px; padding: 0px 8px; + width: @content-width - 302px; + overflow-x: auto; } span.pre { - background-color: lighten(@c-soft-cream, 3%); + background-color: lighten(@c-soft-cream, 2%); + border: 1px solid @c-cream; + padding: 0px 6px; font-size: 13px; font-family: @font-mono; line-height: 24px; @@ -90,6 +94,8 @@ ul { span.pre { background-color: inherit; + border: none; + padding: 0; } } a em { diff -r e5f371a08808 -r cadaa12baca9 docs/index.rst --- a/docs/index.rst Mon Jun 14 22:34:57 2010 -0400 +++ b/docs/index.rst Mon Jun 14 22:44:19 2010 -0400 @@ -59,7 +59,7 @@ ----------------- If you want to integrate hg-review with your own application or Mercurial -extension, this is what you need to know. +extension, or hack on he-review itself, this is what you need to know. .. toctree:: :maxdepth: 2