[Groonga-commit] groonga/gcs.groonga.org [gh-pages] Make the menu simple

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 28日 (木) 16:59:04 JST


SHIMODA Hiroshi	2012-06-28 16:59:04 +0900 (Thu, 28 Jun 2012)

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

  Log:
    Make the menu simple

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

  Modified: index.md (+8 -5)
===================================================================
--- index.md    2012-06-28 16:53:47 +0900 (a853c60)
+++ index.md    2012-06-28 16:59:04 +0900 (34cb57f)
@@ -17,11 +17,14 @@ style: screen/home.css
 </section>
 
 
-## Other Documents
-
-* [FAQ](/faq/)
-* [Blog (News Topics)](/blog/)
-* [Repository (GitHub)](https://github.com/groonga/gcs)
+<section id="other-documents">
+  <h2>Other Documents</h2>
+  <ul>
+    <li><a href="/faq/">FAQ</a></li>
+    <li><a href="/blog/">Blog (News Topics)</a></li>
+    <li><a href="https://github.com/groonga/gcs">Repository (GitHub)</a></li>
+  </ul>
+</section>
 
 
 ## Functional comparison {#functional-comparison}

  Modified: stylesheets/screen/home.css (+18 -0)
===================================================================
--- stylesheets/screen/home.css    2012-06-28 16:53:47 +0900 (a2ba0e2)
+++ stylesheets/screen/home.css    2012-06-28 16:59:04 +0900 (25ef961)
@@ -122,3 +122,21 @@ h1#global-heading {
 nav {
   display: none;
 }
+
+#other-documents ul {
+  margin: 0;
+  padding: 0;
+}
+
+#other-documents ul li {
+  border-right: 1px solid;
+  display: inline;
+  margin: 0 1em 0 0;
+  padding: 0 1em 0 0;
+}
+
+#other-documents ul li:last-child {
+  border-right: 0 none;
+  margin-right: 0;
+  padding-right: 0;
+}
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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