summaryrefslogtreecommitdiff
path: root/rst.css
diff options
context:
space:
mode:
authorDave Abrahams <dave@boostpro.com>2005-07-27 19:28:30 +0000
committerDave Abrahams <dave@boostpro.com>2005-07-27 19:28:30 +0000
commit0be73f0e24f231291487f9829bbb8e6b7a095c7f (patch)
tree860ac6d4d37948ea6c19f53a7ad786e4c6f8e379 /rst.css
parent93eeca54da39c61f4689cd34d72c41ef734ac2ad (diff)
downloadboost-0be73f0e24f231291487f9829bbb8e6b7a095c7f.tar.gz
Change the way stylesheets are handled
[SVN r30266]
Diffstat (limited to 'rst.css')
-rwxr-xr-xrst.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/rst.css b/rst.css
index 8db2caaaca..af7517e654 100755
--- a/rst.css
+++ b/rst.css
@@ -226,6 +226,10 @@ pre.literal-block, pre.doctest-block {
margin-right: 2em ;
background-color: #eeeeee }
+span.class {
+ font-family: monospace;
+}
+
span.classifier {
font-family: sans-serif ;
font-style: oblique }
@@ -234,9 +238,20 @@ span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
+span.doublesize {
+ font-size: 200%
+}
+
span.interpreted {
font-family: sans-serif }
+span.concept {
+ font-family: sans-serif }
+
+span.function {
+ font-family: monospace;
+}
+
span.option {
white-space: nowrap }
@@ -249,6 +264,15 @@ span.pre {
span.problematic {
color: red }
+/* Firefox, at least, seems to need some help lowering
+ subscripts. Without the following, subscripts seem not to drop
+ at all when in a preformatted block. -- DWA
+*/
+
+sub {
+ vertical-align: -20%
+}
+
table {
margin-top: 0.5em ;
margin-bottom: 0.5em }