[Groonga-mysql-commit] mroonga/mroonga at 4b8ffb9 [master] doc: style

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 29 12:08:23 JST 2015


Kouhei Sutou	2015-09-29 12:08:23 +0900 (Tue, 29 Sep 2015)

  New Revision: 4b8ffb988d68fbd04ee3dd2f1d4e53569b38558d
  https://github.com/mroonga/mroonga/commit/4b8ffb988d68fbd04ee3dd2f1d4e53569b38558d

  Message:
    doc: style

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

  Modified: doc/themes/mroonga/static/mroonga.css_t (+16 -3)
===================================================================
--- doc/themes/mroonga/static/mroonga.css_t    2015-09-29 12:06:13 +0900 (ff7f7fc)
+++ doc/themes/mroonga/static/mroonga.css_t    2015-09-29 12:08:23 +0900 (bdd0ef8)
@@ -21,7 +21,7 @@ body
 
 body
 {
-    font-family: #666666;
+    font-family: sans-serif;
     font-size: 100%;
     background-color: #ffffff;
     color: #000;
@@ -257,15 +257,28 @@ p.admonition-title:after
     content: ":";
 }
 
+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;
 }
 
 tt
-------------- next part --------------
HTML����������������������������...
Download 



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