1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-04 17:43:50 +00:00

docs: display changes

- Reduced size of the social menu and increased the size of the content
- Added scrollable property to the index menus
- Fixed code wrapping issue

Fixes #2103

Signed-off-by: Anagh Kumar Baranwal <anaghk.dos@gmail.com>
This commit is contained in:
Anagh Kumar Baranwal
2018-09-04 23:52:26 +05:30
committed by Nick Craig-Wood
parent fa60290596
commit a9ee9f8872
11 changed files with 32 additions and 26 deletions

View File

@@ -25,6 +25,12 @@ tbody tr:nth-child(odd) {
background-color:#d0d0ff
}
pre code {
/* Preserve whitespace. Wrap text only at line breaks. */
/* Avoids auto-wrapping the code lines. */
white-space: pre
}
/* Hover over links on headers */
.header-link {
position: absolute;