From 459dfe8374d3056e1048fda56817fca649b97d35 Mon Sep 17 00:00:00 2001 From: Rogan Creswick Date: Thu, 1 Nov 2012 14:09:42 -0700 Subject: many minor tweaks to install doc and figures --- doc/manual_src/figures/chrome_developer_mode.png | Bin 34661 -> 27803 bytes doc/manual_src/figures/chrome_menu.png | Bin 76460 -> 58904 bytes doc/manual_src/figures/fiveui_installed.png | Bin 61977 -> 55469 bytes doc/manual_src/figures/load_unpacked_extension.png | Bin 91511 -> 69396 bytes doc/manual_src/figures/unzip_ext.png | Bin 63050 -> 56904 bytes doc/manual_src/install.md | 21 ++++++--------------- doc/manual_src/style.css | 8 +++++++- 7 files changed, 13 insertions(+), 16 deletions(-) diff --git a/doc/manual_src/figures/chrome_developer_mode.png b/doc/manual_src/figures/chrome_developer_mode.png index 17f53e3..66b9705 100644 Binary files a/doc/manual_src/figures/chrome_developer_mode.png and b/doc/manual_src/figures/chrome_developer_mode.png differ diff --git a/doc/manual_src/figures/chrome_menu.png b/doc/manual_src/figures/chrome_menu.png index 963b0ab..06f0de3 100644 Binary files a/doc/manual_src/figures/chrome_menu.png and b/doc/manual_src/figures/chrome_menu.png differ diff --git a/doc/manual_src/figures/fiveui_installed.png b/doc/manual_src/figures/fiveui_installed.png index 4ad79ba..70369a9 100644 Binary files a/doc/manual_src/figures/fiveui_installed.png and b/doc/manual_src/figures/fiveui_installed.png differ diff --git a/doc/manual_src/figures/load_unpacked_extension.png b/doc/manual_src/figures/load_unpacked_extension.png index b30acd8..a7d1b98 100644 Binary files a/doc/manual_src/figures/load_unpacked_extension.png and b/doc/manual_src/figures/load_unpacked_extension.png differ diff --git a/doc/manual_src/figures/unzip_ext.png b/doc/manual_src/figures/unzip_ext.png index 65a36f3..8bbe88f 100644 Binary files a/doc/manual_src/figures/unzip_ext.png and b/doc/manual_src/figures/unzip_ext.png differ diff --git a/doc/manual_src/install.md b/doc/manual_src/install.md index 371e357..c7fc328 100644 --- a/doc/manual_src/install.md +++ b/doc/manual_src/install.md @@ -24,13 +24,13 @@ that it is located at `d:\binaries\fiveui.xpi` ![Access the Firefox Add-ons Manager from the main Firefox menu](figures/ff-menu.png) -![The Add-ons Manager Gear menu has an install from file entry.](figures/ff-add-on-installer.png) - * Within the `Add-ons Manager`, open the Gear menu and select `Install Add-on From File`. +![The Add-ons Manager Gear menu has an install from file entry.](figures/ff-add-on-installer.png) + * A file dialog should open, use this to browse to the `fiveui.xpi` - file (in our case, `d:\binaries\fiveui.xpi`. + file (in our case, `d:\binaries\fiveui.xpi`). * Click OK, and a warning dialog should appear. This dialog warns that the FiveUI author is not verified. Because this is a @@ -61,30 +61,21 @@ the location for the following steps. We will assume that it is located at `d:\binaries\fiveui_chrome.zip` * Use your system's archive utility to unpack the zip file `fiveui_chrome.zip`. - -![Unpack the extension](figures/unzip_ext.png) - * Open Chrome and navigate to the extensions manager. The extensions manager can be reached through Chrome's menu system or by entering ```chrome://extensions``` in the URL bar. - -![Navigate to the extension manager](figures/chrome_menu.png) - * Check the box labeled "Developer Mode" at the top of the extensions manager page (if it is not already checked): -![Enable Chrome developer mode](figures/chrome_developer_mode.png) - + ![Enable Chrome developer mode](figures/chrome_developer_mode.png) * Click "Load Unpacked Extension" and choose the directory where you unpacked the Chrome extension file. The directory should contain the file `manifest.json`. -![Load Unpacked Extension](figures/load_unpacked_extension.png) - + ![Load Unpacked Extension](figures/load_unpacked_extension.png) * The FiveUI extension should now appear in the extension manager and the FiveUI button should appear in the Chrome toolbar as shown: -![FiveUI Installed](figures/fiveui_installed.png) - + ![FiveUI Installed](figures/fiveui_installed.png) * **Note:** The warning message reading "Support for manifest version 1 is being phased out." is a known issue and does not currently affect the FiveUI extension. diff --git a/doc/manual_src/style.css b/doc/manual_src/style.css index aec68f5..e18fae3 100644 --- a/doc/manual_src/style.css +++ b/doc/manual_src/style.css @@ -2,7 +2,7 @@ /* Layout */ .wrap { - width: 90%; + width: 60%; margin: 0 auto; } @@ -326,6 +326,12 @@ figcaption, .caption { padding-top: 10px; } +#content li { + font-weight: 600; + padding-left: 1em; + list-style: square inside; +} + ul.steps li { color: #366689; font-weight: 600; -- cgit v1.2.3