null+****@clear*****
null+****@clear*****
2011年 5月 30日 (月) 10:57:42 JST
Kouhei Sutou 2011-05-30 01:57:42 +0000 (Mon, 30 May 2011) New Revision: 7ffad8c47d9b98a37304ea1f4a4f6c6edbabf74c Log: [doc] expand Facebook area. Modified files: doc/themes/groonga/static/groonga.css_t tools/prepare-sphinx-html.rb Modified: doc/themes/groonga/static/groonga.css_t (+7 -4) =================================================================== --- doc/themes/groonga/static/groonga.css_t 2011-05-30 01:33:03 +0000 (accd5c9) +++ doc/themes/groonga/static/groonga.css_t 2011-05-30 01:57:42 +0000 (5e512e0) @@ -65,7 +65,10 @@ div.header h1.title a:visited div.header h1.title a { display: block; - height: 125px; + height: 105px; + position: relative; + top: 20px; + left: 0; } div.header h1.title span @@ -83,13 +86,13 @@ div.header h1.title span.separator div.header h1.title span.description { - padding-top: 30px; + padding-top: 10px; } div.header div.facebook-buttons { position: absolute; - top: 30px; + top: 10px; right: 10px; border: #992e1d 2px solid; background-color: white; @@ -99,7 +102,7 @@ div.header div.facebook-buttons padding-top: 10px; padding-left: 10px; width: 320px; - height: 70px; + height: 90px; } div.header div.other-language-links Modified: tools/prepare-sphinx-html.rb (+2 -0) =================================================================== --- tools/prepare-sphinx-html.rb 2011-05-30 01:33:03 +0000 (ba25875) +++ tools/prepare-sphinx-html.rb 2011-05-30 01:57:42 +0000 (ee2091e) @@ -77,6 +77,8 @@ def insert_facebook_html_header(html, language) }); }; </script> + + <link rel="stylesheet" href="/css/sphinx.css" type="text/css" /> </head> HTML end