~ubuntu-branches/ubuntu/karmic/python-docutils/karmic

« back to all changes in this revision

Viewing changes to test/functional/expected/ui/small-black/outline.css

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* This file has been placed in the public domain. */
 
2
/* Don't change this unless you want the layout stuff to show up in the
 
3
   outline view! */
 
4
 
 
5
.layout div, #footer *, #controlForm * {display: none;}
 
6
#footer, #controls, #controlForm, #navLinks, #toggle {
 
7
  display: block; visibility: visible; margin: 0; padding: 0;}
 
8
#toggle {float: right; padding: 0.5em;}
 
9
html>body #toggle {position: fixed; top: 0; right: 0;}
 
10
 
 
11
/* making the outline look pretty-ish */
 
12
 
 
13
#slide0 h1, #slide0 h2, #slide0 h3, #slide0 h4 {border: none; margin: 0;}
 
14
#toggle {border: 1px solid; border-width: 0 0 1px 1px; background: #FFF;}
 
15
 
 
16
.outline {display: inline ! important;}