[Groonga-commit] groonga/gcs.groonga.org [gh-pages] Stylize preformatted text

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 3日 (火) 18:28:47 JST


SHIMODA Hiroshi	2012-07-03 18:28:47 +0900 (Tue, 03 Jul 2012)

  New Revision: 946344805c4860a28d7004b41d758b2ba30bb65d
  https://github.com/groonga/gcs.groonga.org/commit/946344805c4860a28d7004b41d758b2ba30bb65d

  Log:
    Stylize preformatted text

  Modified files:
    stylesheets/screen/base.css

  Modified: stylesheets/screen/base.css (+24 -0)
===================================================================
--- stylesheets/screen/base.css    2012-07-03 18:25:25 +0900 (6acc02b)
+++ stylesheets/screen/base.css    2012-07-03 18:28:47 +0900 (dca1f15)
@@ -149,6 +149,30 @@ table .functional-ng {
   text-align: center;
 }
 
+code, pre {
+  font-family: monospace;
+  background: #E5F1FB;
+  -moz-border-radius: 0.3em;
+  -webkit-border-radius: 0.3em;
+  -o-border-radius: 0.3em;
+  -ms-border-radius: 0.3em;
+  border-radius: 0.3em;
+  border: #A5C1CB 1px solid;
+  padding: 0.5em 1em;
+}
+
+code {
+  padding: 0.1em 0.25em;
+}
+
+pre code {
+  background: transparent;
+  border: none;
+  color: inherit;
+  margin: 0;
+  padding: 0;
+}
+
 
 #fork-me {
   margin: 0;
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index