diff options
author | davemds <dave@gurumeditation.it> | 2014-08-08 15:54:13 +0200 |
---|---|---|
committer | davemds <dave@gurumeditation.it> | 2014-08-08 15:54:38 +0200 |
commit | 62af2b9bd188d89ad89d1264fbf7b53733cc7ffe (patch) | |
tree | 5f7dfd1ec61967baaf88cb28f22a0a4888007baa /doc | |
parent | 1eca781d1de588ca5b296ab75d0661b9e1c9b647 (diff) | |
download | efl-62af2b9bd188d89ad89d1264fbf7b53733cc7ffe.tar.gz |
Edcref: final doc improvements.
* Be consistent with the way we specify parameters
* A last css refinement
Diffstat (limited to 'doc')
-rw-r--r-- | doc/e.css | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -976,19 +976,20 @@ table.edcref td.subsection a { font-size: 1.5em; } -table.edcref td { +table.edcref td.property { vertical-align: top; + width: 1%; } table.edcref .fragment { width: 90%; + border: 1px solid #AAAAAA; + background-color: #F6F6F6; padding-top: 10px; padding-left: 3px; margin-right: 100px; - border: 1px solid #AAAAAA; margin-top: 10px; margin-bottom: 10px; - background-color: #F6F6F6; } table.edcref td.description { |