[rtems-docs commit] Improve the line spaces for directives and notes.

Chris Johns chrisj at rtems.org
Thu Sep 14 11:51:12 UTC 2017


Module:    rtems-docs
Branch:    master
Commit:    5c3683e900c69b6cbc632ce7b16f2bc655b93688
Changeset: http://git.rtems.org/rtems-docs/commit/?id=5c3683e900c69b6cbc632ce7b16f2bc655b93688

Author:    Chris Johns <chrisj at rtems.org>
Date:      Thu Sep 14 21:50:35 2017 +1000

Improve the line spaces for directives and notes.

---

 common/_static/my-styles.css | 27 ++++++++++++++++++++-------
 1 file changed, 20 insertions(+), 7 deletions(-)

diff --git a/common/_static/my-styles.css b/common/_static/my-styles.css
index 3ab5cb0..7040e75 100644
--- a/common/_static/my-styles.css
+++ b/common/_static/my-styles.css
@@ -11,22 +11,22 @@
 }
 
 .rtemsdefine dt {
-	color: #408090;
+    color: #408090;
 }
 
 .rtemsdefine dd {
-	color: #408090;
+    color: #408090;
 }
 
 .rtemscommand {
-	border: 1px solid #808b89;
-	border-radius: 5px;
-	background: #d2e3e0;
-	color: #5e6664
+    border: 1px solid #808b89;
+    border-radius: 5px;
+    background: #d2e3e0;
+    color: #5e6664
 }
 
 .rtemsoption dt {
-	color: #a87892;
+    color: #a87892;
 }
 
 /*
@@ -36,6 +36,19 @@
     background: transparent;
     color: #2a8e1d;
     border: 0px;
+    font-size: 100%;
+}
+
+.rst-content code {
+    padding: 0px 0px 0px 0px;
+}
+
+.rst-content dd {
+    line-height: 22px;
+}
+
+.rst-content dd p {
+    line-height: 22px;
 }
 
 /*



More information about the vc mailing list