summaryrefslogtreecommitdiff
path: root/docutils
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-12-13 00:30:07 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-12-13 00:30:07 +0000
commit2acc2070c696bd0106e8bfab218435e4b13395bb (patch)
tree0bb788430ad3ade0da2c858b41bcc8c4cd16ca48 /docutils
parente382390da2c3670e9d41f17f5ac45f8ca7ccd249 (diff)
downloaddocutils-2acc2070c696bd0106e8bfab218435e4b13395bb.tar.gz
fixed <pre> margins; updated conditional display style
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4188 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
-rw-r--r--docutils/writers/s5_html/themes/big-black/pretty.css6
-rw-r--r--docutils/writers/s5_html/themes/big-white/pretty.css6
-rw-r--r--docutils/writers/s5_html/themes/default/pretty.css6
-rw-r--r--docutils/writers/s5_html/themes/medium-black/pretty.css6
-rw-r--r--docutils/writers/s5_html/themes/medium-white/pretty.css6
-rw-r--r--docutils/writers/s5_html/themes/small-black/pretty.css6
-rw-r--r--docutils/writers/s5_html/themes/small-white/pretty.css6
7 files changed, 14 insertions, 28 deletions
diff --git a/docutils/writers/s5_html/themes/big-black/pretty.css b/docutils/writers/s5_html/themes/big-black/pretty.css
index 91a85dec2..82bcc9dc4 100644
--- a/docutils/writers/s5_html/themes/big-black/pretty.css
+++ b/docutils/writers/s5_html/themes/big-black/pretty.css
@@ -13,7 +13,7 @@ blockquote p {margin: 0;}
kbd {font-weight: bold; font-size: 1em;}
sup {font-size: smaller; line-height: 1px;}
-.slide pre {padding: 0; margin: 0 0 0.5em 0; font-size: 90%;}
+.slide pre {padding: 0; margin-left: 0; margin-right: 0; font-size: 90%;}
.slide ul ul li {list-style: square;}
.slide img.leader {display: block; margin: 0 auto;}
.slide tt {font-size: 90%;}
@@ -55,7 +55,7 @@ html>body .external {border-bottom: none;}
img.incremental {visibility: hidden;}
.slide .current {color: lime;}
-.print-block, .print-inline {display: none;}
+.slide-display {display: inline ! important;}
.huge {font-size: 150%;}
.big {font-size: 120%;}
@@ -89,8 +89,6 @@ img.incremental {visibility: hidden;}
.center {text-align: center ! important;}
.right {text-align: right ! important;}
-.borderless, .borderless td {border: 0;}
-
.animation {position: relative; margin: 1em 0; padding: 0;}
.animation img {position: absolute;}
diff --git a/docutils/writers/s5_html/themes/big-white/pretty.css b/docutils/writers/s5_html/themes/big-white/pretty.css
index 8ecb1dd65..c5e2fcf97 100644
--- a/docutils/writers/s5_html/themes/big-white/pretty.css
+++ b/docutils/writers/s5_html/themes/big-white/pretty.css
@@ -13,7 +13,7 @@ blockquote p {margin: 0;}
kbd {font-weight: bold; font-size: 1em;}
sup {font-size: smaller; line-height: 1px;}
-.slide pre {padding: 0; margin: 0 0 0.5em 0; font-size: 90%;}
+.slide pre {padding: 0; margin-left: 0; margin-right: 0; font-size: 90%;}
.slide ul ul li {list-style: square;}
.slide img.leader {display: block; margin: 0 auto;}
.slide tt {font-size: 90%;}
@@ -55,7 +55,7 @@ html>body .external {border-bottom: none;}
img.incremental {visibility: hidden;}
.slide .current {color: green;}
-.print-block, .print-inline {display: none;}
+.slide-display {display: inline ! important;}
.huge {font-size: 150%;}
.big {font-size: 120%;}
@@ -89,8 +89,6 @@ img.incremental {visibility: hidden;}
.center {text-align: center ! important;}
.right {text-align: right ! important;}
-.borderless, .borderless td {border: 0;}
-
.animation {position: relative; margin: 1em 0; padding: 0;}
.animation img {position: absolute;}
diff --git a/docutils/writers/s5_html/themes/default/pretty.css b/docutils/writers/s5_html/themes/default/pretty.css
index f83ca2bf5..1cede72d4 100644
--- a/docutils/writers/s5_html/themes/default/pretty.css
+++ b/docutils/writers/s5_html/themes/default/pretty.css
@@ -17,7 +17,7 @@ blockquote p {margin: 0;}
kbd {font-weight: bold; font-size: 1em;}
sup {font-size: smaller; line-height: 1px;}
-.slide pre {padding: 0; margin: 0 0 0.5em 0; font-size: 90%;}
+.slide pre {padding: 0; margin-left: 0; margin-right: 0; font-size: 90%;}
.slide ul ul li {list-style: square;}
.slide img.leader {display: block; margin: 0 auto;}
.slide tt {font-size: 90%;}
@@ -68,7 +68,7 @@ html>body .external {border-bottom: none;}
img.incremental {visibility: hidden;}
.slide .current {color: green;}
-.print-block, .print-inline {display: none;}
+.slide-display {display: inline ! important;}
.huge {font-family: sans-serif; font-weight: bold; font-size: 150%;}
.big {font-family: sans-serif; font-weight: bold; font-size: 120%;}
@@ -102,8 +102,6 @@ img.incremental {visibility: hidden;}
.center {text-align: center ! important;}
.right {text-align: right ! important;}
-.borderless, .borderless td {border: 0;}
-
.animation {position: relative; margin: 1em 0; padding: 0;}
.animation img {position: absolute;}
diff --git a/docutils/writers/s5_html/themes/medium-black/pretty.css b/docutils/writers/s5_html/themes/medium-black/pretty.css
index 6bc13353a..2ec10e2e8 100644
--- a/docutils/writers/s5_html/themes/medium-black/pretty.css
+++ b/docutils/writers/s5_html/themes/medium-black/pretty.css
@@ -14,7 +14,7 @@ blockquote p {margin: 0;}
kbd {font-weight: bold; font-size: 1em;}
sup {font-size: smaller; line-height: 1px;}
-.slide pre {padding: 0; margin: 0 0 0.5em 0; font-size: 90%;}
+.slide pre {padding: 0; margin-left: 0; margin-right: 0; font-size: 90%;}
.slide ul ul li {list-style: square;}
.slide img.leader {display: block; margin: 0 auto;}
.slide tt {font-size: 90%;}
@@ -61,7 +61,7 @@ html>body .external {border-bottom: none;}
img.incremental {visibility: hidden;}
.slide .current {color: lime;}
-.print-block, .print-inline {display: none;}
+.slide-display {display: inline ! important;}
.huge {font-family: sans-serif; font-weight: bold; font-size: 150%;}
.big {font-family: sans-serif; font-weight: bold; font-size: 120%;}
@@ -95,8 +95,6 @@ img.incremental {visibility: hidden;}
.center {text-align: center ! important;}
.right {text-align: right ! important;}
-.borderless, .borderless td {border: 0;}
-
.animation {position: relative; margin: 1em 0; padding: 0;}
.animation img {position: absolute;}
diff --git a/docutils/writers/s5_html/themes/medium-white/pretty.css b/docutils/writers/s5_html/themes/medium-white/pretty.css
index fe70a39f7..07e07b9ab 100644
--- a/docutils/writers/s5_html/themes/medium-white/pretty.css
+++ b/docutils/writers/s5_html/themes/medium-white/pretty.css
@@ -14,7 +14,7 @@ blockquote p {margin: 0;}
kbd {font-weight: bold; font-size: 1em;}
sup {font-size: smaller; line-height: 1px;}
-.slide pre {padding: 0; margin: 0 0 0.5em 0; font-size: 90%;}
+.slide pre {padding: 0; margin-left: 0; margin-right: 0; font-size: 90%;}
.slide ul ul li {list-style: square;}
.slide img.leader {display: block; margin: 0 auto;}
.slide tt {font-size: 90%;}
@@ -61,7 +61,7 @@ html>body .external {border-bottom: none;}
img.incremental {visibility: hidden;}
.slide .current {color: green;}
-.print-block, .print-inline {display: none;}
+.slide-display {display: inline ! important;}
.huge {font-family: sans-serif; font-weight: bold; font-size: 150%;}
.big {font-family: sans-serif; font-weight: bold; font-size: 120%;}
@@ -95,8 +95,6 @@ img.incremental {visibility: hidden;}
.center {text-align: center ! important;}
.right {text-align: right ! important;}
-.borderless, .borderless td {border: 0;}
-
.animation {position: relative; margin: 1em 0; padding: 0;}
.animation img {position: absolute;}
diff --git a/docutils/writers/s5_html/themes/small-black/pretty.css b/docutils/writers/s5_html/themes/small-black/pretty.css
index 991bb9fdb..5c1932704 100644
--- a/docutils/writers/s5_html/themes/small-black/pretty.css
+++ b/docutils/writers/s5_html/themes/small-black/pretty.css
@@ -14,7 +14,7 @@ blockquote p {margin: 0;}
kbd {font-weight: bold; font-size: 1em;}
sup {font-size: smaller; line-height: 1px;}
-.slide pre {padding: 0; margin: 0 0 0.5em 0; font-size: 90%;}
+.slide pre {padding: 0; margin-left: 0; margin-right: 0; font-size: 90%;}
.slide ul ul li {list-style: square;}
.slide img.leader {display: block; margin: 0 auto;}
.slide tt {font-size: 90%;}
@@ -62,7 +62,7 @@ html>body .external {border-bottom: none;}
img.incremental {visibility: hidden;}
.slide .current {color: lime;}
-.print-block, .print-inline {display: none;}
+.slide-display {display: inline ! important;}
.huge {font-family: sans-serif; font-weight: bold; font-size: 150%;}
.big {font-family: sans-serif; font-weight: bold; font-size: 120%;}
@@ -96,8 +96,6 @@ img.incremental {visibility: hidden;}
.center {text-align: center ! important;}
.right {text-align: right ! important;}
-.borderless, .borderless td {border: 0;}
-
.animation {position: relative; margin: 1em 0; padding: 0;}
.animation img {position: absolute;}
diff --git a/docutils/writers/s5_html/themes/small-white/pretty.css b/docutils/writers/s5_html/themes/small-white/pretty.css
index 243763ffc..ba988e13b 100644
--- a/docutils/writers/s5_html/themes/small-white/pretty.css
+++ b/docutils/writers/s5_html/themes/small-white/pretty.css
@@ -14,7 +14,7 @@ blockquote p {margin: 0;}
kbd {font-weight: bold; font-size: 1em;}
sup {font-size: smaller; line-height: 1px;}
-.slide pre {padding: 0; margin: 0 0 0.5em 0; font-size: 90%;}
+.slide pre {padding: 0; margin-left: 0; margin-right: 0; font-size: 90%;}
.slide ul ul li {list-style: square;}
.slide img.leader {display: block; margin: 0 auto;}
.slide tt {font-size: 90%;}
@@ -62,7 +62,7 @@ html>body .external {border-bottom: none;}
img.incremental {visibility: hidden;}
.slide .current {color: green;}
-.print-block, .print-inline {display: none;}
+.slide-display {display: inline ! important;}
.huge {font-family: sans-serif; font-weight: bold; font-size: 150%;}
.big {font-family: sans-serif; font-weight: bold; font-size: 120%;}
@@ -96,8 +96,6 @@ img.incremental {visibility: hidden;}
.center {text-align: center ! important;}
.right {text-align: right ! important;}
-.borderless, .borderless td {border: 0;}
-
.animation {position: relative; margin: 1em 0; padding: 0;}
.animation img {position: absolute;}