[Groonga-commit] groonga/groonga.github.com [master] style div.note.

アーカイブの一覧に戻る

null+****@clear***** null+****@clear*****
2011年 12月 1日 (木) 11:54:36 JST


Kouhei Sutou	2011-12-01 02:54:36 +0000 (Thu, 01 Dec 2011)

  New Revision: 929e6e306f46f3b2a6c2cdf1eb81354679a699f2

  Log:
    style div.note.

  Modified files:
    css/screen.css
    ja/users/index.html
    users/index.html

  Modified: css/screen.css (+9 -0)
===================================================================
--- css/screen.css    2011-12-01 02:43:59 +0000 (96ac091)
+++ css/screen.css    2011-12-01 02:54:36 +0000 (1d2af78)
@@ -491,6 +491,15 @@ div#top-page-content p.detail-link a.install
     background-image: url(../images/install.png);
 }
 
+div.note
+{
+    margin: 1em;
+    padding-left: 1em;
+    padding-right: 1em;
+    border: 1px solid #ac9;
+    background-color: #eeffcc;
+}
+
 footer
 {
     clear: both;

  Modified: ja/users/index.html (+3 -1)
===================================================================
--- ja/users/index.html    2011-12-01 02:43:59 +0000 (fda7a84)
+++ ja/users/index.html    2011-12-01 02:54:36 +0000 (a93fcfd)
@@ -2,7 +2,9 @@
 layout: ja
 title: 利用者のみなさん
 ---
-<p><em>事例のある方はgroon****@razil*****にメールください!</em></p>
+<div class="note">
+  <p><em>事例のある方はgroon****@razil*****にメールください!</em></p>
+</div>
 
 <section>
   <h2>buzztter</h2>

  Modified: users/index.html (+3 -1)
===================================================================
--- users/index.html    2011-12-01 02:43:59 +0000 (cc5b0bf)
+++ users/index.html    2011-12-01 02:54:36 +0000 (8c784c5)
@@ -2,7 +2,9 @@
 layout: en
 title: Users
 ---
-<p><em>Please send a mail to groon****@razil***** if you are a groonga user!</em></p>
+<div class="note">
+  <p><em>Please send a mail to groon****@razil***** if you are a groonga user!</em></p>
+</div>
 
 <section>
   <h2>buzztter</h2>




Groonga-commit メーリングリストの案内
アーカイブの一覧に戻る