diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-12-13 00:29:27 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-12-13 00:29:27 +0000 |
| commit | d4b67f0b09006900c6f5b0dbd77ea7a77179a010 (patch) | |
| tree | 1462408021219ad2d49b4c7081df4e4f6e2ea512 /docutils | |
| parent | d54b4a6c213f17e1156ea4b54fe84cf9a8646ced (diff) | |
| download | docutils-d4b67f0b09006900c6f5b0dbd77ea7a77179a010.tar.gz | |
removed unused styles; refined handout decoration; updated conditional display style
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4186 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
| -rw-r--r-- | docutils/writers/s5_html/themes/default/print.css | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/docutils/writers/s5_html/themes/default/print.css b/docutils/writers/s5_html/themes/default/print.css index 76e6352ee..de71fc932 100644 --- a/docutils/writers/s5_html/themes/default/print.css +++ b/docutils/writers/s5_html/themes/default/print.css @@ -12,21 +12,15 @@ body {font-size: 12pt; background: white;} #slide0 h4 {margin: 0 0 0.5em; padding: 0;} #slide0 {margin-bottom: 3em;} -h1 {border-top: 2pt solid gray; border-bottom: 1px dotted silver;} -.extra {background: transparent !important;} -div.extra, pre.extra, .example {font-size: 10pt; color: #333;} -ul.extra a {font-weight: bold;} -p.example {display: none;} - #header {display: none;} #footer h1 {margin: 0; border-bottom: 1px solid; color: gray; font-style: italic;} #footer h2, #controls {display: none;} -.handout {border-left: solid #BBB; padding-left: 0.5em;} +.handout {border-left: solid thin #BBB; + padding-left: 0.5em; margin-left: -0.5em;} -.print-block {display: block !important;} -.print-inline {display: inline !important;} +.print {display: inline ! important;} /* The following rule keeps the layout stuff out of print. Remove at your own risk! */ |
