c5fa0813625e

flask-lesscss: Update documentation.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 12 Jun 2010 14:23:17 -0400 (2010-06-12)
parents 66958fc9d2a8
children 1b76b2808ee7
branches/tags (none)
files flask-lesscss/.buildinfo flask-lesscss/_sources/index.txt flask-lesscss/_static/basic.css flask-lesscss/_static/doctools.js flask-lesscss/_static/jquery.js flask-lesscss/_static/searchtools.js flask-lesscss/_static/underscore.js flask-lesscss/genindex.html flask-lesscss/index.html flask-lesscss/objects.inv flask-lesscss/search.html flask-lesscss/searchindex.js

Changes

--- a/flask-lesscss/.buildinfo	Tue May 11 21:17:18 2010 -0400
+++ b/flask-lesscss/.buildinfo	Sat Jun 12 14:23:17 2010 -0400
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 6bd7b6a485fff62cab9a038d991c679a
+config: df334397456cf04e74c200645346266d
 tags: fbb0d17656682115ca4d033fb2f83ba1
--- a/flask-lesscss/_sources/index.txt	Tue May 11 21:17:18 2010 -0400
+++ b/flask-lesscss/_sources/index.txt	Sat Jun 12 14:23:17 2010 -0400
@@ -19,13 +19,13 @@
 
 Install flask-lesscss with `pip`_::
 
-    pip install -e 'hg+http://bitbucket.org/sjl/flask-lesscss@v0.9.0#egg=flask-lesscss'
+    pip install -e 'hg+http://bitbucket.org/sjl/flask-lesscss@v0.9.1#egg=flask-lesscss'
 
 Prefer `git`_ to `Mercurial`_?
 
 ::
 
-    pip install -e 'git+http://github.com/sjl/flask-lesscss.git@v0.9.0#egg=flask-lesscss'
+    pip install -e 'git+http://github.com/sjl/flask-lesscss.git@v0.9.1#egg=flask-lesscss'
 
 .. _pip: http://pip.openplans.org/
 .. _git: http://git-scm.com/
--- a/flask-lesscss/_static/basic.css	Tue May 11 21:17:18 2010 -0400
+++ b/flask-lesscss/_static/basic.css	Sat Jun 12 14:23:17 2010 -0400
@@ -1,6 +1,12 @@
-/**
- * Sphinx stylesheet -- basic theme
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+/*
+ * basic.css
+ * ~~~~~~~~~
+ *
+ * Sphinx stylesheet -- basic theme.
+ *
+ * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
+ * :license: BSD, see LICENSE for details.
+ *
  */
 
 /* -- main layout ----------------------------------------------------------- */
@@ -127,6 +133,10 @@
 
 /* -- general index --------------------------------------------------------- */
 
+table.indextable {
+    width: 100%;
+}
+
 table.indextable td {
     text-align: left;
     vertical-align: top;
@@ -152,6 +162,20 @@
     cursor: pointer;
 }
 
+div.modindex-jumpbox {
+    border-top: 1px solid #ddd;
+    border-bottom: 1px solid #ddd;
+    margin: 1em 0 1em 0;
+    padding: 0.4em;
+}
+
+div.genindex-jumpbox {
+    border-top: 1px solid #ddd;
+    border-bottom: 1px solid #ddd;
+    margin: 1em 0 1em 0;
+    padding: 0.4em;
+}
+
 /* -- general body styles --------------------------------------------------- */
 
 a.headerlink {
@@ -189,6 +213,19 @@
     font-weight: bold;
 }
 
+.align-left {
+    text-align: left;
+}
+
+.align-center {
+    clear: both;
+    text-align: center;
+}
+
+.align-right {
+    text-align: right;
+}
+
 /* -- sidebars -------------------------------------------------------------- */
 
 div.sidebar {
@@ -252,7 +289,7 @@
 }
 
 table.docutils td, table.docutils th {
-    padding: 1px 8px 1px 0;
+    padding: 1px 8px 1px 5px;
     border-top: 0;
     border-left: 0;
     border-right: 0;
@@ -272,8 +309,37 @@
     padding-right: 5px;
 }
 
+table.citation {
+    border-left: solid 1px gray;
+    margin-left: 1px;
+}
+
+table.citation td {
+    border-bottom: none;
+}
+
 /* -- other body styles ----------------------------------------------------- */
 
+ol.arabic {
+    list-style: decimal;
+}
+
+ol.loweralpha {
+    list-style: lower-alpha;
+}
+
+ol.upperalpha {
+    list-style: upper-alpha;
+}
+
+ol.lowerroman {
+    list-style: lower-roman;
+}
+
+ol.upperroman {
+    list-style: upper-roman;
+}
+
 dl {
     margin-bottom: 15px;
 }