doc style: better @since html render
authordavemds <dave@gurumeditation.it>
Thu, 7 Aug 2014 11:20:19 +0000 (13:20 +0200)
committerdavemds <dave@gurumeditation.it>
Thu, 7 Aug 2014 11:21:31 +0000 (13:21 +0200)
Now @since have a left colored border, like @deprecaded, @note, etc

Also keep the number on the same line:
instead of:
since
        1.10
it now render as:
since 1.10

doc/e.css

index f286f8c224c7498385c996bdc40d888f3fbc868b..551f009fcd66ee32579a661806dca2f14228aa1a 100644 (file)
--- a/doc/e.css
+++ b/doc/e.css
@@ -783,7 +783,7 @@ dl {
   padding: 0 0 0 10px;
 }
 
-dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug {
+dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug, dl.since {
   border-left: 4px solid;
   padding: 0 0 0 6px;
 }
@@ -800,10 +800,14 @@ dl.pre, dl.post, dl.invariant {
   border-color: #00D000;
 }
 
-dl.deprecated {
+dl.deprecated, dl.since {
   border-color: #505050;
 }
 
+dl.since dt {
+  height: 0;
+}
+
 dl.todo {
   border-color: #00C0E0;
 }