From e29cae9d736eaa92f8bb33d375940cbdeb74b352 Mon Sep 17 00:00:00 2001
From: Roland Hieber <rohieb@rohieb.name>
Date: Mon, 28 Mar 2011 05:05:36 +0200
Subject: [PATCH] projects/infopoint-html: Screenshot gallery, still needs
 tuning

---
 local.css                      | 32 ++++++++++++++++++++++++++++++++
 projects/infopoint-html.mdwn   | 11 ++++++++---
 projects/wilhelm-gym-repo.mdwn |  2 +-
 3 files changed, 41 insertions(+), 4 deletions(-)
 create mode 100644 local.css

diff --git a/local.css b/local.css
new file mode 100644
index 0000000..0ac9b01
--- /dev/null
+++ b/local.css
@@ -0,0 +1,32 @@
+pre {
+  background-color: #F5F5F5;
+  border: 1px dashed blue;
+  padding: 0.2em;
+}
+
+code {
+  background-color: #F5F5F5;
+}
+
+h2 {
+  margin-bottom: 0em;
+  margin-top: 1.5em;
+}
+
+p,ul,ol {
+  margin: 0.5em 0;
+}
+
+.gallery table.img {
+  display: inline;
+  /*float: left;   needs tuning */
+}
+
+.header {
+  font-size: 100%;
+  font-weight: normal;
+}
+
+.page {
+  width: 50em;
+}
diff --git a/projects/infopoint-html.mdwn b/projects/infopoint-html.mdwn
index 592eddd..c78788a 100644
--- a/projects/infopoint-html.mdwn
+++ b/projects/infopoint-html.mdwn
@@ -6,11 +6,16 @@ As the name indicates, it is primarily focused on machines whose one and only
 purpose it is to display web pages (like network monitors, stock charts, or 
 news).
 
-[[!img defaults size="200x"]]
+Screenshots
+-----------
+
+<div class="gallery">
+[[!img defaults size="150x"]]
 [[!img infopoint-html/default.png alt="Default view after installation"
-  alt="Default view after installation"]]
+  caption="Default view after installation"]]
 [[!img infopoint-html/customized.png alt="View of a customized web site"
-  alt="View of a customized web site"]]
+  caption="View of a customized web site"]]
+</div>
 
 How does it work?
 -----------------
diff --git a/projects/wilhelm-gym-repo.mdwn b/projects/wilhelm-gym-repo.mdwn
index 9b71ea8..c928a4f 100644
--- a/projects/wilhelm-gym-repo.mdwn
+++ b/projects/wilhelm-gym-repo.mdwn
@@ -4,7 +4,7 @@ The wilhelm-gym.net Debian repository
 The wilhelm-gym.net Debian repository currently contains the following
 software:
 
-  * `infopoint-html`, [[the Infopoint HTML Viewer|projects/infopoint-html]]
+  * `infopoint-html`, the [[Infopoint HTML Viewer|projects/infopoint-html]]
   * `iserv-mod-room-reservation`, a
     [booking table for rooms](http://wiki.iserv.eu/wiki/Raumbelegungsplan)
     (german link) for the [IServ][1] platform
-- 
2.20.1