null+****@clear*****
null+****@clear*****
2011年 5月 28日 (土) 13:57:53 JST
Kouhei Sutou 2011-05-28 04:57:53 +0000 (Sat, 28 May 2011)
New Revision: d77e72becf7d170046a95e93bfeb0a9fc6a07cff
Log:
[doc] improve header style.
Modified files:
doc/themes/groonga/layout.html
doc/themes/groonga/static/groonga.css_t
Modified: doc/themes/groonga/layout.html (+8 -4)
===================================================================
--- doc/themes/groonga/layout.html 2011-05-28 04:48:29 +0000 (2556e61)
+++ doc/themes/groonga/layout.html 2011-05-28 04:57:53 +0000 (9165f18)
@@ -14,10 +14,14 @@
<div class="header">
<h1 class="title">
<a id="top-link" href="{{ pathto('index.html', 1) }}">
- <span class="title">groonga</span>
- <span class="title-separator">-</span>
- <span class="title-short-description">An open-source fulltext search engine and column store.</span>
- <span class="title-catch-phrase">It lets you write high-performance applications that requires fulltext search.</span>
+ <span class="project">groonga</span>
+ <span class="separator">-</span>
+{%- if language == "en" %}
+ <span class="description">An open-source fulltext search engine and column store.</span>
+{%- endif %}
+{%- if language == "ja" %}
+ <span class="description">オープンソースのカラムストア機能付き全文検索エンジン</span>
+{%- endif %}
</a>
</h1>
Modified: doc/themes/groonga/static/groonga.css_t (+3 -3)
===================================================================
--- doc/themes/groonga/static/groonga.css_t 2011-05-28 04:48:29 +0000 (b66e341)
+++ doc/themes/groonga/static/groonga.css_t 2011-05-28 04:57:53 +0000 (6d49425)
@@ -75,13 +75,13 @@ div.header h1.title span
margin-bottom: 2px;
}
-div.header h1.title span.title,
-div.header h1.title span.title-separator
+div.header h1.title span.project,
+div.header h1.title span.separator
{
display: none;
}
-div.header h1.title span.title-short-description
+div.header h1.title span.description
{
padding-top: 30px;
}