[vinagre] Revert "help/C/introduction: fix how image renders in html."



commit ee6c260c87c2f630f148a6aaad57a3ec0997a53b
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Sat Mar 16 23:01:25 2013 +0000

    Revert "help/C/introduction: fix how image renders in html."
    
    This reverts commit 6c8dcc4ea9c07754454947e21dd1b3b97dd0a879.
    
    Images should be inside <figure>, not <table>, especially as <figure>
    can be used to achieve what was changed using the <table>.

 help/C/introduction.page |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)
---
diff --git a/help/C/introduction.page b/help/C/introduction.page
index 4931e71..0d922d3 100644
--- a/help/C/introduction.page
+++ b/help/C/introduction.page
@@ -31,14 +31,9 @@
     <item><p>browse local network for machines</p></item>
   </list>
 
-    <table>
-      <tr>
-       <td>
-        <media type="image" src="figures/vinagre-connected.png" width="825">
-          <p>Screenshot of Vinagre in action</p>
-        </media>
-       </td>
-      </tr>
-      <tr><td><p><em>Vinagre in action</em></p></td></tr>
-   </table>
+  <figure>
+    <title>Vinagre in action</title>
+    <media type="image" mime="image/png" src="figures/vinagre-connected.png"/>
+  </figure>
+
 </page>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]