From d7710810050f10b23364ad0507596140b975082f Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Fri, 29 Jul 2011 19:19:44 -0300 Subject: Cosmetic changes on docs. --- doc/_templates/index.html | 6 ++++++ doc/_themes/pysidedocs/layout.html | 10 ++-------- doc/_themes/pysidedocs/static/pysidedocs.css | 27 ++++++++++++++++++++++++++- 3 files changed, 34 insertions(+), 9 deletions(-) diff --git a/doc/_templates/index.html b/doc/_templates/index.html index 4c50ab32a..e1fb247ae 100644 --- a/doc/_templates/index.html +++ b/doc/_templates/index.html @@ -65,5 +65,11 @@

A collection of tutorials and "walkthrough" guides are provided with PySide to help new users get started with PySide development. These documents were ported from C++ to Python and cover a range of topics, from basic use of widgets to step-by-step tutorials that show how an application is put together.

+

Other stuff

+ + {% endblock %} diff --git a/doc/_themes/pysidedocs/layout.html b/doc/_themes/pysidedocs/layout.html index 9b6abe74d..23f7d78fe 100644 --- a/doc/_themes/pysidedocs/layout.html +++ b/doc/_themes/pysidedocs/layout.html @@ -79,17 +79,11 @@
diff --git a/doc/_themes/pysidedocs/static/pysidedocs.css b/doc/_themes/pysidedocs/static/pysidedocs.css index 36f4edd52..c3b1a8eb6 100644 --- a/doc/_themes/pysidedocs/static/pysidedocs.css +++ b/doc/_themes/pysidedocs/static/pysidedocs.css @@ -92,7 +92,7 @@ h1 { padding-bottom: 15px; padding-top: 15px; border-bottom: 1px solid #c2c2c2; - text-transform:uppercase; +/* text-transform:uppercase; */ margin-right: -100px; position: relative; left: -50px; @@ -443,3 +443,28 @@ tt.descname { -webkit-border-radius:10px; -khtml-border-radius:10px; } + +.pysidetoc ul { + list-style: none; + padding: 0px; + margin: 0px; +} + +.pysidetoc em { + font-style: normal; +} + +.pysidetoc strong { + display: block; + padding: 5px; + border: 1px solid #ddd; + background-color: #f4f4f4; + -moz-border-radius:6px; + -webkit-border-radius:6px; + -khtml-border-radius:6px; +} + +.hide { + display: none; +} + -- cgit v1.2.3