diff options
| author | bors <bors@rust-lang.org> | 2015-01-31 03:57:01 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-01-31 03:57:01 +0000 |
| commit | 474b324eda10440d6568ef872a7307d38e7de95b (patch) | |
| tree | 53fc5aaa615f1c6e5abd757e42a75b3d19ce3abb /src/rustbook/css.rs | |
| parent | 1d00c545ede609b9d43fdf9f252c15da5a66dac7 (diff) | |
| parent | e8fd9d3d0bf0f4974460337df29c0d3ceb514987 (diff) | |
| download | rust-474b324eda10440d6568ef872a7307d38e7de95b.tar.gz rust-474b324eda10440d6568ef872a7307d38e7de95b.zip | |
Auto merge of #21791 - alexcrichton:rollup, r=alexcrichton
Diffstat (limited to 'src/rustbook/css.rs')
| -rw-r--r-- | src/rustbook/css.rs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/rustbook/css.rs b/src/rustbook/css.rs index 7af95350c95..8b933fdd6dd 100644 --- a/src/rustbook/css.rs +++ b/src/rustbook/css.rs @@ -48,6 +48,7 @@ body { margin-left: auto; margin-right:auto; max-width: 750px; + padding-bottom: 50px; } .chapter { @@ -125,4 +126,12 @@ body { padding: 0; } +.left { + float: left; +} + +.right { + float: right; +} + "#; |
