summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorYannick Gicquel <yannick.gicquel@iot.bzh>2016-05-26 14:13:11 +0200
committerjobol <jobol@nonadev.net>2016-05-26 15:41:47 +0200
commitcfa0067c4e1df2def1660e2da31efd62df6a3d30 (patch)
tree2ae856304b67083223199978a1c1332261f256e8 /doc
parent8fe5d03591acdd6d9770a10280f54f3e3c1621cb (diff)
css: minor update
pre block: margin alignment h1,h2,h3: add outline Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
Diffstat (limited to 'doc')
-rw-r--r--doc/doc.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/doc.css b/doc/doc.css
index c11082fd..a5c5be5c 100644
--- a/doc/doc.css
+++ b/doc/doc.css
@@ -4,12 +4,19 @@ body {
color: #000;
}
-h1, h2, h3 { color: #306; }
+h1, h2, h3 {
+ color: #306;
+ text-decoration: underline;
+}
pre {
border: medium dashed #306;
- background: #ccc;
- margin-left: 4em;
+ border-width: 0.1em;
+ background-color: #eee;
+ margin-left: 2em;
+ margin-right: 2em;
padding: 1em;
+ outline: #555;
}
+