summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordavemds <dave@gurumeditation.it>2014-08-08 15:54:13 +0200
committerdavemds <dave@gurumeditation.it>2014-08-08 15:54:38 +0200
commit62af2b9bd188d89ad89d1264fbf7b53733cc7ffe (patch)
tree5f7dfd1ec61967baaf88cb28f22a0a4888007baa /doc
parent1eca781d1de588ca5b296ab75d0661b9e1c9b647 (diff)
downloadefl-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.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/e.css b/doc/e.css
index a34c7e70c6..b78c9cab7b 100644
--- a/doc/e.css
+++ b/doc/e.css
@@ -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 {