summaryrefslogtreecommitdiff
path: root/doc/e.css
diff options
context:
space:
mode:
authorJean Guyomarc'h <jean.guyomarch@gmail.com>2014-08-04 11:34:51 +0200
committerCedric BAIL <cedric@osg.samsung.com>2014-08-04 11:36:27 +0200
commite37ad31e583cfb1304da101e8412709f1a924c2f (patch)
tree6ad8facd24017f77c6163099d78268eecaa493ca /doc/e.css
parent23761ed627ac69b64c07121913bd4159e5bda3f3 (diff)
doxygen: sanitize Eo Tutorial
Summary: The Eo tutorial had a tough readability. It is better now: stars are not messing around with the code, plus code does not collide anymore with a bullet in a bullet list. Reviewers: cedric, JackDanielZ, tasn Reviewed By: tasn Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1230
Diffstat (limited to 'doc/e.css')
-rw-r--r--doc/e.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/e.css b/doc/e.css
index e49a267411..dbdee553b3 100644
--- a/doc/e.css
+++ b/doc/e.css
@@ -154,6 +154,11 @@ dl.el {
line-height: 0%;
}
+/* To avoid packed effect on bullet lists */
+li .line:first-child {
+ margin-top: 10px;
+}
+
pre.fragment {
border: 1px solid #cccccc;
background-color: #eeeeee;