[Groonga-commit] groonga/groonga.github.com [master] CSS adjustment for "other-language-links"

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 1日 (木) 11:15:07 JST


kikidog	2012-03-01 11:15:07 +0900 (Thu, 01 Mar 2012)

  New Revision: 0c17582478081d896c3459e4bbd447e4bff91bfb

  Log:
    CSS adjustment for "other-language-links"

  Modified files:
    _layouts/en.html
    _layouts/ja.html
    css/screen.css

  Modified: _layouts/en.html (+1 -1)
===================================================================
--- _layouts/en.html    2012-03-01 11:11:35 +0900 (d969b50)
+++ _layouts/en.html    2012-03-01 11:15:07 +0900 (22cbb54)
@@ -38,7 +38,7 @@ country: US
           {{ page.url | remove_first:'en/' |remove:'index.html' }}
         {% endif %}
       {% endcapture %}
-      <li><a href="/ja{{ relative_path | remove:' ' | strip_newlines }}" alt="日本語" title="日本語"><img src="/images/jp.png">日本語版はこちら</a></li>
+      <li><a href="/ja{{ relative_path | remove:' ' | strip_newlines }}" alt="日本語" title="日本語"><img src="/images/jp.png"> 日本語版はこちら</a></li>
     </ul>
   </div>
 </header>

  Modified: _layouts/ja.html (+1 -1)
===================================================================
--- _layouts/ja.html    2012-03-01 11:11:35 +0900 (d971834)
+++ _layouts/ja.html    2012-03-01 11:15:07 +0900 (48acd4d)
@@ -39,7 +39,7 @@ country: JP
           {{ page.url | remove_first:'ja/' | remove:'index.html' }}
         {% endif %}
       {% endcapture %}
-      <li><a href="{{ relative_path | remove:' ' | strip_newlines }}" alt="English" title="English"><img src="/images/us.png">English page</a></li>
+      <li><a href="{{ relative_path | remove:' ' | strip_newlines }}" alt="English" title="English"><img src="/images/us.png"> English page</a></li>
     </ul>
   </div>
 </header>

  Modified: css/screen.css (+1 -0)
===================================================================
--- css/screen.css    2012-03-01 11:11:35 +0900 (8ea25a0)
+++ css/screen.css    2012-03-01 11:15:07 +0900 (39a1265)
@@ -134,6 +134,7 @@ header div.other-language-links
     position: absolute;
     top: 5px;
     right: 360px;
+    font-size:small;
     /* width: 50px; */
 }
 




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