diff options
Diffstat (limited to 'src/pages/about.php')
| -rw-r--r-- | src/pages/about.php | 14 | 
1 files changed, 14 insertions, 0 deletions
diff --git a/src/pages/about.php b/src/pages/about.php index b10fb84..16f29ad 100644 --- a/src/pages/about.php +++ b/src/pages/about.php @@ -76,6 +76,15 @@ available solely via HTTP over at                  height="192" /><!--      --></a>  </td> +<td style="width:242px;padding:12px 12px 0" class="center"> +    <a class="imgLink" target="_new" href="/static/vista.png"><!-- +        --><img src="/static/vista_thumb.jpg" +                alt="Screenshot of the home page being displayed in  +                     IE 9 on Windows Vista" +                width="240" +                height="192" /><!-- +    --></a> +</td>  </tr>  <tr>  <td class="center vtop"> @@ -83,5 +92,10 @@ available solely via HTTP over at      in Safari 6.0.5 on OS X 10.8.5 (real hardware)<br />      <span class="enlarge">(Click image to enlarge)</span></span>  </td> +<td class="center vtop"> +    <span class="smallText">Fig. 4: Screenshot of the home page being displayed +    in IE 9 on Windows Vista (real hardware)<br /> +    <span class="enlarge">(Click image to enlarge)</span></span> +</td>  </tr>  </tbody></table>  |