[Groonga-commit] groonga/gcs.groonga.org [gh-pages] Show the version number and the release date of the last version

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 4日 (水) 19:36:53 JST


SHIMODA Hiroshi	2012-07-04 19:36:53 +0900 (Wed, 04 Jul 2012)

  New Revision: 3072b3873b464c6f682148e7d180834723326814
  https://github.com/groonga/gcs.groonga.org/commit/3072b3873b464c6f682148e7d180834723326814

  Log:
    Show the version number and the release date of the last version

  Modified files:
    index.md
    stylesheets/screen/home.css

  Modified: index.md (+2 -0)
===================================================================
--- index.md    2012-07-04 19:19:52 +0900 (d9198d1)
+++ index.md    2012-07-04 19:36:53 +0900 (29135f7)
@@ -12,6 +12,8 @@ description: Groonga CloudSearch is an Amazon CloudSearch compatible open source
      compatible open source full text search service.</p>
 
   <div id="featured">
+    <p id="version"><span id="version-number">v1.0.0</span>
+                    <span id="release-date">(2012-07-05)</span></p>
     <p id="install"><a href="docs/install/">Install</a></p>
     <p id="tutorial"><a href="docs/tutorial/">Tutorial</a></p>
   </div>

  Modified: stylesheets/screen/home.css (+26 -1)
===================================================================
--- stylesheets/screen/home.css    2012-07-04 19:19:52 +0900 (8145589)
+++ stylesheets/screen/home.css    2012-07-04 19:36:53 +0900 (c58354a)
@@ -52,8 +52,18 @@ h1#global-heading {
 }
 
 #featured {
+  background: rgba(0, 0, 0, 0.3);
+  -moz-border-radius: 0.5em;
+  -webkit-border-radius: 0.5em;
+  border-radius: 0.5em;
+  -moz-box-shadow: black 0 0 0.3em;
+  -webkit-box-shadow: black 0 0 0.3em;
+  box-shadow: black 0 0 0.3em;
   line-height: 1;
-  text-align: right;
+  margin-left: auto;
+  padding: 0.8em 0;
+  text-align: center;
+  width: 21em;
 }
 
 #featured p {
@@ -61,6 +71,17 @@ h1#global-heading {
   margin-left: 1em;
 }
 
+#featured #version {
+  display: block;
+  font-size: 90%;
+  margin: 0 0 0.5em;
+  padding: 0;
+}
+
+#featured #release-date {
+  font-size: 80%;
+}
+
 #featured a {
   border: 2px solid #74B3CF;
   -moz-border-radius: 0.5em;
@@ -91,6 +112,10 @@ h1#global-heading {
   box-shadow: #D9F3FF 0 0 0.8em;
 }
 
+#featured #install {
+  margin-left: 0;
+}
+
 #featured #install a {
   /* generated by http://www.colorzilla.com/gradient-editor/ */
   background: #00786f; /* Old browsers */
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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