[Groonga-commit] groonga/groonga.org at 9c6eee7 [gh-pages] Style code

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 6 16:17:50 JST 2015


Kouhei Sutou	2015-10-06 16:17:50 +0900 (Tue, 06 Oct 2015)

  New Revision: 9c6eee7eef513cbb598248d491eebdc4f9efb917
  https://github.com/groonga/groonga.org/commit/9c6eee7eef513cbb598248d491eebdc4f9efb917

  Message:
    Style code

  Modified files:
    css/screen.css

  Modified: css/screen.css (+8 -3)
===================================================================
--- css/screen.css    2015-10-06 16:07:50 +0900 (1d78af7)
+++ css/screen.css    2015-10-06 16:17:50 +0900 (9b0aad5)
@@ -15,15 +15,20 @@ body
   }
 }
 
+pre,
+code
+{
+  background-color: #FAFAFA;
+  color: #000;
+  border: 1px solid #DDD;
+}
+
 pre
 {
   overflow: auto;
   overflow-y: hidden;
   padding: 20px;
-  background-color: #FAFAFA;
-  color: #000;
   line-height: 120%;
-  border: 1px solid #DDD;
 }
 
 @media screen and (max-width: 640px)
-------------- next part --------------
HTML����������������������������...
Download 



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