diff options
| author | Artem Shitov <artemshitov@yandex-team.ru> | 2015-08-26 16:28:31 +0300 |
|---|---|---|
| committer | Artem Shitov <artemshitov@yandex-team.ru> | 2015-08-26 16:28:31 +0300 |
| commit | b39201637dcd8be3994b1755550d2ab4d63e3657 (patch) | |
| tree | 2c754305fcc84a97f99f07cdf0bdcbb6838c1d6c /src/rustbook/static/rustbook.css | |
| parent | c891fae175ecb096a847877d2e4f238ceef9f34b (diff) | |
| download | rust-b39201637dcd8be3994b1755550d2ab4d63e3657.tar.gz rust-b39201637dcd8be3994b1755550d2ab4d63e3657.zip | |
Remove redundant overflowing rule
Diffstat (limited to 'src/rustbook/static/rustbook.css')
| -rw-r--r-- | src/rustbook/static/rustbook.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rustbook/static/rustbook.css b/src/rustbook/static/rustbook.css index 84cccda8172..6b9e7aa58f2 100644 --- a/src/rustbook/static/rustbook.css +++ b/src/rustbook/static/rustbook.css @@ -44,7 +44,6 @@ h1, h2, h3, h4, h5, h6 { #page-wrapper { position: absolute; - overflow-y: auto; left: 310px; right: 0px; top: 0px; |
