From e710232028da1803615062ef3dab411b263524e1 Mon Sep 17 00:00:00 2001 From: FURUHASHI Sadayuki Date: Mon, 1 Jul 2013 01:59:34 -0700 Subject: [PATCH] update-index.rb: use README.markdown --- css/all.css | 12 ++++++------ update-index.rb | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/css/all.css b/css/all.css index 10650e3ad..62e8362cb 100644 --- a/css/all.css +++ b/css/all.css @@ -245,11 +245,11 @@ section#usage h3 { } #languages a { display:block; - padding:9px 10px 9px 20px; + padding:9px 15px 9px 15px; margin-bottom:8px; font-family:'Avenir Next', 'Titillium Web', 'Myriad Web Pro', 'Helvetica', sans-serif; - font-size:19px; - color:#c0c0c0; + font-size:17px; + color:#d0d0d0; /* border:1px solid #777; -webkit-border-radius:5px; @@ -260,12 +260,12 @@ section#usage h3 { } #languages span.qs-sub { font-size:70%; - margin-left:0.2em; + margin-left:0.1em; color:#b3b3b3; } #languages span.qs-sub:before { content:'/'; - margin-right:0.2em; + margin-right:0.1em; } #languages a:hover { color:#ffffff; @@ -326,7 +326,7 @@ section#usage h3 { padding-right:20px; overflow:hidden; font-size:80%; - color:#c0c0c0; + color:#d0d0d0; text-align:right; } #language a:hover span.qs-url { diff --git a/update-index.rb b/update-index.rb index 3a2a3ebc6..2aefc95b0 100644 --- a/update-index.rb +++ b/update-index.rb @@ -10,7 +10,7 @@ REPO_DESC_MATCH = /msgpack\.org\[([^\]]+)\]/ -DOC_FILES = %w[msgpack.org.md README.md README.rdoc README.rst README] +DOC_FILES = %w[msgpack.org.md README.md README.markdown README.rdoc README.rst README] def github_search(keyword, &callback) url = "https://api.github.com/legacy/repos/search/#{CGI.escape(keyword)}"