[Groonga-commit] groonga/groonga at 0289fdb [master] doc: style <code>

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 15 10:22:24 JST 2015


Kouhei Sutou	2015-09-15 10:22:24 +0900 (Tue, 15 Sep 2015)

  New Revision: 0289fdb40b9631288fc0202b64b2748663614b8d
  https://github.com/groonga/groonga/commit/0289fdb40b9631288fc0202b64b2748663614b8d

  Message:
    doc: style <code>

  Modified files:
    doc/themes/groonga/static/groonga.css_t

  Modified: doc/themes/groonga/static/groonga.css_t (+14 -3)
===================================================================
--- doc/themes/groonga/static/groonga.css_t    2015-09-15 10:00:54 +0900 (08eab6b)
+++ doc/themes/groonga/static/groonga.css_t    2015-09-15 10:22:24 +0900 (025a757)
@@ -206,7 +206,7 @@ div.body dd,
 div.body li
 {
     text-align: justify;
-    line-height: 130%;
+    line-height: 150%;
 }
 
 div.admonition p.admonition-title + p
@@ -441,15 +441,26 @@ div.footer
     font-size: 75%;
 }
 
+code,
+pre
+{
+    font-family: monospace;
+    background-color: #FAFAFA;
+    border: 1px solid #DDD;
+}
+
+code
+{
+    padding: 0 4px;
+}
+
 pre
 {
     overflow: auto;
     overflow-y: hidden;
     padding: 20px;
-    background-color: #FAFAFA;
     color: #000;
     line-height: 120%;
-    border: 1px solid #DDD;
     white-space: pre-wrap;
     word-wrap: normal;
 }
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index