davemds pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8fe920ee79b04394c98c95b9f2176b739ce2765f

commit 8fe920ee79b04394c98c95b9f2176b739ce2765f
Author: davemds <d...@gurumeditation.it>
Date:   Thu Aug 7 13:20:19 2014 +0200

    doc style: better @since html render
    
    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 | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc/e.css b/doc/e.css
index f286f8c..551f009 100644
--- 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;
 }

-- 


Reply via email to