# HG changeset patch # User František Kučera <franta-hg@frantovo.cz> # Date 1544127409 -3600 # Node ID 47907749817ffe06ac0fdd13c575586ba8fc8671 # Parent 5b0fab48d59e0f4042074dd8aa83a143bfc85150 screenshots: Haiku diff -r 5b0fab48d59e -r 47907749817f relpipe-data/css/relpipe.css --- a/relpipe-data/css/relpipe.css Thu Dec 06 18:38:34 2018 +0100 +++ b/relpipe-data/css/relpipe.css Thu Dec 06 21:16:49 2018 +0100 @@ -63,7 +63,7 @@ #text { margin-left: auto; } } -img.screenshot { max-width: 100%; } +.img-container img { max-width: 820px; } p.flattr { text-align: right; diff -r 5b0fab48d59e -r 47907749817f relpipe-data/img/haiku-prototype-1.png Binary file relpipe-data/img/haiku-prototype-1.png has changed diff -r 5b0fab48d59e -r 47907749817f relpipe-data/makra/img.xsl --- a/relpipe-data/makra/img.xsl Thu Dec 06 18:38:34 2018 +0100 +++ b/relpipe-data/makra/img.xsl Thu Dec 06 21:16:49 2018 +0100 @@ -41,7 +41,7 @@ <xsl:apply-templates select="$script/node()"/> </xsl:variable> - <p> + <p class="img-container"> <!-- TODO: check whether the thumbnail exists and if yes, disply it and link to the full image. --> diff -r 5b0fab48d59e -r 47907749817f relpipe-data/screenshots.xml --- a/relpipe-data/screenshots.xml Thu Dec 06 18:38:34 2018 +0100 +++ b/relpipe-data/screenshots.xml Thu Dec 06 21:16:49 2018 +0100 @@ -25,7 +25,11 @@ There are some examples: </p> + <h2>GNU/Linux and KDE</h2> <m:img src="img/kde-cli-tabular-1.png"/> + + <h2>Haiku OS</h2> + <m:img src="img/haiku-prototype-1.png"/> </text>