aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Rogan Creswick <creswick@gmail.com>2012-11-01 14:09:42 -0700
committerGravatar Rogan Creswick <creswick@gmail.com>2012-11-01 14:09:42 -0700
commit459dfe8374d3056e1048fda56817fca649b97d35 (patch)
treefe9a704162f13cfbce2d3543e557bfb503fec0f3 /doc
parent8a13fd4a9ae756a21805339179724657d27aedd5 (diff)
many minor tweaks to install doc and figures
Diffstat (limited to 'doc')
-rw-r--r--doc/manual_src/figures/chrome_developer_mode.pngbin34661 -> 27803 bytes
-rw-r--r--doc/manual_src/figures/chrome_menu.pngbin76460 -> 58904 bytes
-rw-r--r--doc/manual_src/figures/fiveui_installed.pngbin61977 -> 55469 bytes
-rw-r--r--doc/manual_src/figures/load_unpacked_extension.pngbin91511 -> 69396 bytes
-rw-r--r--doc/manual_src/figures/unzip_ext.pngbin63050 -> 56904 bytes
-rw-r--r--doc/manual_src/install.md21
-rw-r--r--doc/manual_src/style.css8
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
--- a/doc/manual_src/figures/chrome_developer_mode.png
+++ b/doc/manual_src/figures/chrome_developer_mode.png
Binary files differ
diff --git a/doc/manual_src/figures/chrome_menu.png b/doc/manual_src/figures/chrome_menu.png
index 963b0ab..06f0de3 100644
--- a/doc/manual_src/figures/chrome_menu.png
+++ b/doc/manual_src/figures/chrome_menu.png
Binary files differ
diff --git a/doc/manual_src/figures/fiveui_installed.png b/doc/manual_src/figures/fiveui_installed.png
index 4ad79ba..70369a9 100644
--- a/doc/manual_src/figures/fiveui_installed.png
+++ b/doc/manual_src/figures/fiveui_installed.png
Binary files 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
--- a/doc/manual_src/figures/load_unpacked_extension.png
+++ b/doc/manual_src/figures/load_unpacked_extension.png
Binary files differ
diff --git a/doc/manual_src/figures/unzip_ext.png b/doc/manual_src/figures/unzip_ext.png
index 65a36f3..8bbe88f 100644
--- a/doc/manual_src/figures/unzip_ext.png
+++ b/doc/manual_src/figures/unzip_ext.png
Binary files 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;