summaryrefslogtreecommitdiff
path: root/rst.css
diff options
context:
space:
mode:
authorDave Abrahams <dave@boostpro.com>2006-12-11 20:38:41 +0000
committerDave Abrahams <dave@boostpro.com>2006-12-11 20:38:41 +0000
commit6ae7498d79c1a0820801808f001374a470c0e00b (patch)
tree819ca73d7fbdf495589387696adb504c9c03bc96 /rst.css
parent48f20cd5b98fd328b620cbd92f62dcbda14dd54e (diff)
downloadboost-6ae7498d79c1a0820801808f001374a470c0e00b.tar.gz
Massive overhaul of Getting Started guide.
[SVN r36333]
Diffstat (limited to 'rst.css')
-rwxr-xr-xrst.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/rst.css b/rst.css
index 41fcc4636e..ab48b375cb 100755
--- a/rst.css
+++ b/rst.css
@@ -325,3 +325,37 @@ pre.literal-block span.concept {
font-style: italic;
}
+.nav {
+display: inline;
+list-style-type: none;
+}
+
+.prevpage {
+height: 0;
+/*width: 40%;*/
+text-align: left;
+}
+
+.nextpage {
+/*width: 40%;*/
+text-align: right;
+float: right;
+}
+
+#previous li {
+ padding: 0 ;
+ float: left;
+ text-align: left;
+ width: 50%;
+ /*position: relative;*/
+}
+
+#next {
+ padding: 0 ;
+ /*float:right; */
+ text-align: right;
+ /*width: 50%; */
+}
+
+div.small {
+ font-size: smaller }