cadaa12baca9 initial-docs

docs: wrap up the theme for now

Time to start writing some actual docs!
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 14 Jun 2010 22:44:19 -0400
parents e5f371a08808
children 289163ebca26
branches/tags initial-docs
files docs/hgreview/static/review.less docs/index.rst

Changes

--- 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 {
--- 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