[Groonga-commit] groonga/groonga [master] [doc] set radius.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 6月 25日 (土) 00:18:34 JST


Kouhei Sutou	2011-06-24 15:18:34 +0000 (Fri, 24 Jun 2011)

  New Revision: 93468a3f35e684c2ab8659673cf77beac1ebf36d

  Log:
    [doc] set radius.

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

  Modified: doc/themes/groonga/static/groonga.css_t (+6 -0)
===================================================================
--- doc/themes/groonga/static/groonga.css_t    2011-06-24 02:41:11 +0000 (5e512e0)
+++ doc/themes/groonga/static/groonga.css_t    2011-06-24 15:18:34 +0000 (cb56714)
@@ -132,6 +132,9 @@ div.bodywrapper
     margin-left: 10px;
     margin-top: 10px;
     margin-bottom: 10px;
+    -moz-border-radius: 10px;
+    -webkit-border-radius: 10px;
+    border-radius: 10px;
 }
 
 div.body
@@ -141,6 +144,9 @@ div.body
     padding-left: 20px;
     padding-right: 20px;
     padding-bottom: 20px;
+    -moz-border-radius: 10px;
+    -webkit-border-radius: 10px;
+    border-radius: 10px;
 }
 
 div.body h1,




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