aboutsummaryrefslogtreecommitdiffstats
path: root/doc/functional/stylesheets/help.scss
diff options
context:
space:
mode:
authorAlban Peignier2012-03-16 12:44:01 +0100
committerAlban Peignier2012-03-16 12:44:01 +0100
commit153c6f7022a608c6780b265d3b91c95829b192e4 (patch)
tree87f9c986dbb186aea7d6d9f2ccefa13a3a19d9e1 /doc/functional/stylesheets/help.scss
parent6792aa2c5f368a6147bf930391f0458e362e6160 (diff)
downloadchouette-core-153c6f7022a608c6780b265d3b91c95829b192e4.tar.bz2
Create jekyll online help
Diffstat (limited to 'doc/functional/stylesheets/help.scss')
-rw-r--r--doc/functional/stylesheets/help.scss38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/functional/stylesheets/help.scss b/doc/functional/stylesheets/help.scss
new file mode 100644
index 000000000..42a5a2d0c
--- /dev/null
+++ b/doc/functional/stylesheets/help.scss
@@ -0,0 +1,38 @@
+#workspace h2 {
+ font-size: 17px;
+}
+
+#workspace h3 {
+ font-size: 15px;
+}
+
+#workspace h4 {
+ font-weight: bold;
+ padding: 7px 0;
+}
+
+#workspace ul li {
+ list-style: circle;
+ margin: 7px 0 7px 20px;
+}
+
+#workspace em {
+ font-style: italic;
+}
+
+#workspace table {
+ width: 100%;
+}
+
+#workspace table td {
+ padding: 3px 5px;
+ width: 30%;
+}
+
+#workspace dt {
+ margin: 5px 0;
+}
+
+#workspace dd {
+ padding-left: 10px;
+}