[nemiver/mallard-docs: 4/28] Replace simple media markup with figure markup



commit e2466ac2747d17d124467ec2e32bab401110a64e
Author: Baptiste Mille-Mathias <baptiste millemathias gmail com>
Date:   Sun Apr 28 22:42:22 2013 +0200

    Replace simple media markup with figure markup

 help/C/interface.page |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/help/C/interface.page b/help/C/interface.page
index a806cc3..49aa62a 100644
--- a/help/C/interface.page
+++ b/help/C/interface.page
@@ -9,6 +9,10 @@
 
   <title>Interface</title>
 
-  <p><media type="image" mime="image/png" src="figures/main-interface.png">The Main Interface</media></p>
+  <figure>
+       <title>The Main Interface</title>
+       <desc>The main interface of Nemiver, with the menu on top, below the source code view, and at the 
bottom the toolbox.</desc>
+       <media type="image" mime="image/png" src="figures/main-interface.png"></media>
+  </figure>
 
 </page>


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