summaryrefslogtreecommitdiff
path: root/doc/e.css
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-04 02:51:43 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-04 02:51:43 +0000
commitc96a620b46bd19b0ed222d3aff4110b5f5af49db (patch)
treeb4aa04a13bb25e52af7a00f829c8ad5872ee248a /doc/e.css
parent9ea2ce1041549c90f94062ce5ec145056e7fbdfa (diff)
downloadefl-c96a620b46bd19b0ed222d3aff4110b5f5af49db.tar.gz
efl/edje: improve docs after merge.
SVN revision: 82142
Diffstat (limited to 'doc/e.css')
-rw-r--r--doc/e.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/e.css b/doc/e.css
index 2dd6b44798..2418ac917f 100644
--- a/doc/e.css
+++ b/doc/e.css
@@ -271,3 +271,37 @@ td.nav_active {
width: 100%;
}
+table.edcref tr td.block {
+ vertical-align: top;
+ padding-top: 10px;
+}
+
+table.edcref tr.section td.section, div.luaclass {
+ color: #888;
+ font-size: 16pt;
+ padding: 15px;
+ border-top: 1px solid #ccc;
+ text-align: center;
+}
+
+table.edcref tr.section td.section a {
+ color: #888;
+ text-decoration: none;
+}
+
+table.edcref tr.subsection td.subsection, div.luaclass {
+ color: #888;
+ font-size: 11pt;
+ padding: 1px;
+ text-align: center;
+}
+
+table.edcref tr.subsection td.subsection a {
+ color: #888;
+ text-decoration: none;
+}
+
+div.luaattrib {
+ color: #888;
+ border: 1px solid #ccc;
+}