stefan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=c34706d82b572e79febc180a4df712406c180f74

commit c34706d82b572e79febc180a4df712406c180f74
Author: Stefan Schmidt <[email protected]>
Date:   Fri Sep 19 15:49:15 2014 +0200

    docs: Sync e.css file from efl to elementary
    
    The edcref changes are not needed in Elementary but we still want to keep
    this file in sync.
---
 doc/e.css | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

diff --git a/doc/e.css b/doc/e.css
index 4d4fedd..086c958 100644
--- a/doc/e.css
+++ b/doc/e.css
@@ -967,3 +967,59 @@ dl.citelist dd {
   background-color: #a0a0a0;
   text-shadow: 0px 1px 0px #cccccc;
 }
+
+
+/* EdcRef page specific styles */
+
+table.edcref {
+  border-collapse:collapse;
+  border: 1px solid #AAAAAA;
+  margin-bottom: 30px;
+}
+
+table.edcref td.section a  {
+  font-size: 2.0em;
+}
+
+table.edcref td.subsection  {
+  background-color: #EEEEEE;
+  border: 1px solid #AAAAAA;
+}
+
+table.edcref td.subsection a {
+  font-size: 1.5em;
+}
+
+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;
+  margin-top: 10px;
+  margin-bottom: 10px;
+}
+
+table.edcref td.description {
+  padding-right: 95px;
+}
+
+table.edcref td.property, table.edcref td.parameters  {
+  font-weight: bold;
+  background-color: #DDDDDD;
+  border-top: 1px solid #AAAAAA;
+  padding: 2px;
+}
+
+table.edcref_prop {
+  width: 90%;
+  border-collapse:collapse;
+  border: 1px solid #AAAAAA;
+  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+}

-- 


Reply via email to