changeset 14:6b41b6461813

Docs: fix syntax highlighting in event description
author David Demelier <markand@malikania.fr>
date Thu, 11 Feb 2016 13:40:12 +0100
parents 070a1ece2af6
children 8d74eeb81184
files doc/html/resources/css/irccd.css doc/html/resources/template.html
diffstat 2 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/html/resources/css/irccd.css	Thu Feb 11 22:02:57 2016 +0100
+++ b/doc/html/resources/css/irccd.css	Thu Feb 11 13:40:12 2016 +0100
@@ -21,10 +21,6 @@
 	background-color: #ffffff;
 }
 
-p {
-	color: rgba(0, 0, 0, 0.8);
-}
-
 .jumbotron {
 	background-color: #F5F5F5;
 }
--- a/doc/html/resources/template.html	Thu Feb 11 22:02:57 2016 +0100
+++ b/doc/html/resources/template.html	Thu Feb 11 13:40:12 2016 +0100
@@ -163,7 +163,7 @@
         <h2>Synopsis</h2>
 
         <!-- Javascript function signature -->
-        <pre class="sourceCode javascript">$synopsis$</pre>
+        <pre><code class="javascript">$synopsis$</code></pre>
 $endif$ <!-- endif synopsis -->
 
         <!-- Arguments -->