ammend design guide :p
authorAntoine Musso <hashar@users.mediawiki.org>
Wed, 14 Sep 2011 20:48:02 +0000 (20:48 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Wed, 14 Sep 2011 20:48:02 +0000 (20:48 +0000)
docs/design.html

index 064a697..92f70d4 100644 (file)
        <p class="visualClear warningbox">Warning message</p>
        <p class="visualClear errorbox">Error message</p>
 
+       <br class="visualClear"/>
+       <h2>Various</h2>
+       <span class="comment">span.comment</p>
+       <a class="feedlink">a.feedlink</a>
+       <table class="wikitable">
+               <tr><th colspan="2">table.wikitable</td></tr>
+               <tr><td>cell</td><td>cell</td></tr>
+               <tr><td>cell</td><td>cell</td></tr>
+       </table>
+
+       <table class="mw-datatable">
+               <tr><th colspan="2">table.mw-datatable</td></tr>
+               <tr><td>line with hover</td><td>line with hover</td></tr>
+               <tr><td>line with hover</td><td>line with hover</td></tr>
+       </table>
+
 </body></html>