SMX4-614: Improve screenshot font size in Quickstart Guide
Thanks to Hans Couder for providing the patch!

git-svn-id: https://svn.apache.org/repos/asf/servicemix/documentation/trunk@1071288 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/webapp/quickstart/camel.conf b/src/main/webapp/quickstart/camel.conf
index 117e89d..b82bdf9 100644
--- a/src/main/webapp/quickstart/camel.conf
+++ b/src/main/webapp/quickstart/camel.conf
@@ -33,22 +33,24 @@
 
 If you do a {{log:display}} in the shell, you will also see the log output for every file that's been moved.
 
+!/quickstart/images/camel-sample-log.png!
+
 h2. Using the shell to manage the route
 
 Using {{osgi:list}}, you'll notice that your XML file has been transformed into a bundle and that the Blueprint container has been created to start your Camel route.
 
-!/quickstart/images/camel-deploy.png!
+!/quickstart/images/camel-sample-deploy.png!
 
 From this output, you also learn that the bundle id for your XML file is 209.  This allow you to start and stop the route whenever necessary.  Let's give this a go now...
 
 First, stop the route with
 {pygmentize:lang=text}
-karaf@root> osgi:stop 209
+karaf@root> osgi:stop 200
 {pygmentize}
 
 The route is no longer active, so any files you copy into the {{orders/input}} folder will remain there for now.  As soon as you restart the route, the pending files will get moving again.
 
 {pygmentize:lang=text}
-karaf@root> osgi:stop 209
+karaf@root> osgi:stop 200
 {pygmentize}
 
diff --git a/src/main/webapp/quickstart/features.conf b/src/main/webapp/quickstart/features.conf
index 62cc42c..7bb6899 100644
--- a/src/main/webapp/quickstart/features.conf
+++ b/src/main/webapp/quickstart/features.conf
@@ -24,4 +24,6 @@
 karaf@root> features:list | grep webconsole
 {pygmentize}
 
+!/quickstart/images/featureslist-grep-webconsole.png!
+
 You will now be able to point your browser to http://localhost:8181/system/console and login with user {{smx}} and password {{smx}} to access the web console.  From the webconsole, you can also start and stop bundles, install optional features again, ...
\ No newline at end of file
diff --git a/src/main/webapp/quickstart/images/camel-deploy.png b/src/main/webapp/quickstart/images/camel-deploy.png
deleted file mode 100644
index 556c0bf..0000000
--- a/src/main/webapp/quickstart/images/camel-deploy.png
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/quickstart/images/camel-sample-deploy.png b/src/main/webapp/quickstart/images/camel-sample-deploy.png
new file mode 100644
index 0000000..a133513
--- /dev/null
+++ b/src/main/webapp/quickstart/images/camel-sample-deploy.png
Binary files differ
diff --git a/src/main/webapp/quickstart/images/camel-sample-log.png b/src/main/webapp/quickstart/images/camel-sample-log.png
new file mode 100644
index 0000000..d89a585
--- /dev/null
+++ b/src/main/webapp/quickstart/images/camel-sample-log.png
Binary files differ
diff --git a/src/main/webapp/quickstart/images/featureslist-grep-webconsole.png b/src/main/webapp/quickstart/images/featureslist-grep-webconsole.png
new file mode 100644
index 0000000..3f175f4
--- /dev/null
+++ b/src/main/webapp/quickstart/images/featureslist-grep-webconsole.png
Binary files differ
diff --git a/src/main/webapp/quickstart/images/featureslist.png b/src/main/webapp/quickstart/images/featureslist.png
index 60798b8..603e3c8 100644
--- a/src/main/webapp/quickstart/images/featureslist.png
+++ b/src/main/webapp/quickstart/images/featureslist.png
Binary files differ
diff --git a/src/main/webapp/quickstart/images/log-display-exception.png b/src/main/webapp/quickstart/images/log-display-exception.png
index e3b5f06..c364857 100644
--- a/src/main/webapp/quickstart/images/log-display-exception.png
+++ b/src/main/webapp/quickstart/images/log-display-exception.png
Binary files differ
diff --git a/src/main/webapp/quickstart/images/log-display.png b/src/main/webapp/quickstart/images/log-display.png
index 4393b08..4d250da 100644
--- a/src/main/webapp/quickstart/images/log-display.png
+++ b/src/main/webapp/quickstart/images/log-display.png
Binary files differ
diff --git a/src/main/webapp/quickstart/images/log-set-debug.png b/src/main/webapp/quickstart/images/log-set-debug.png
index 7aada2c..a1f58d7 100644
--- a/src/main/webapp/quickstart/images/log-set-debug.png
+++ b/src/main/webapp/quickstart/images/log-set-debug.png
Binary files differ
diff --git a/src/main/webapp/quickstart/images/osgi-list-pipegrep.png b/src/main/webapp/quickstart/images/osgi-list-pipegrep.png
index 25cf99c..719931c 100644
--- a/src/main/webapp/quickstart/images/osgi-list-pipegrep.png
+++ b/src/main/webapp/quickstart/images/osgi-list-pipegrep.png
Binary files differ
diff --git a/src/main/webapp/quickstart/images/osgi-list.png b/src/main/webapp/quickstart/images/osgi-list.png
index 1cee7a4..9b1843b 100644
--- a/src/main/webapp/quickstart/images/osgi-list.png
+++ b/src/main/webapp/quickstart/images/osgi-list.png
Binary files differ
diff --git a/src/main/webapp/quickstart/images/start-linux.png b/src/main/webapp/quickstart/images/start-linux.png
index a34374b..3cb33cb 100644
--- a/src/main/webapp/quickstart/images/start-linux.png
+++ b/src/main/webapp/quickstart/images/start-linux.png
Binary files differ