From d707643ce6c21bebf9b1d8803fc6f91701021db3 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 10 Jun 2015 17:43:07 +0200 Subject: [PATCH] Fix lists in gui intro --- _static/syncthing.css | 2 +- intro/gui.rst | 27 ++++++++++++++++++--------- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/_static/syncthing.css b/_static/syncthing.css index 350a961c0..c59b7c856 100644 --- a/_static/syncthing.css +++ b/_static/syncthing.css @@ -1,5 +1,5 @@ /* These don't get the default font size from the theme for whatever reason. */ -.rst-content blockquote, .rst-content li { +.rst-content blockquote, .rst-content li, .rst-content dd, .rst-content dt { font-size: 18px; line-height: 27px; } diff --git a/intro/gui.rst b/intro/gui.rst index 39bbd2491..395de7c36 100644 --- a/intro/gui.rst +++ b/intro/gui.rst @@ -13,25 +13,34 @@ forcing a rescan. A folder can be in any one of these states: - - *Unknown* while the GUI is loading. +Unknown + while the GUI is loading. - - *Unshared* when you have not shared this folder, +Unshared + when you have not shared this folder, - - *Stopped* when the folder has experienced an error, +Stopped + when the folder has experienced an error, - - *Scanning* while the folder is looking for local changes, +Scanning + while the folder is looking for local changes, - - *Up to Date* when the folder is in sync with the rest of the cluster, +Up to Date + when the folder is in sync with the rest of the cluster, - - *Syncing* when this device is downloading changes from the network. +Syncing + when this device is downloading changes from the network. Among the folder details, you can see the current "Global State" and "Local State" summaries, as well as the amount of "Out of Sync" data if the the folder state is not up to date. - - *Global State* indicates how much data the fully up to date folder contains - this is basically the sum of the newest versions of all files from all connected devices. This is the size of the folder on your computer when it is fully in sync with the cluster. +Global State + indicates how much data the fully up to date folder contains - this is basically the sum of the newest versions of all files from all connected devices. This is the size of the folder on your computer when it is fully in sync with the cluster. - - *Local State* shows how much data the folder actually contains right now. This can be more or less than the global state, if the folder is currently synchronizing with other devices. +Local State + shows how much data the folder actually contains right now. This can be more or less than the global state, if the folder is currently synchronizing with other devices. - - *Out of Sync* shows how much data that needs to be synchronized from other devices. Note that this is the sum of all out of sync *files* - if you already have parts of such a file, or an older version of the file, less data than this will need to be transferred over the network. +Out of Sync + shows how much data that needs to be synchronized from other devices. Note that this is the sum of all out of sync *files* - if you already have parts of such a file, or an older version of the file, less data than this will need to be transferred over the network. Device View -----------