Skip to content

Commit

Permalink
update-index.rb: use README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
frsyuki committed Jul 1, 2013
1 parent 3e7f372 commit e710232
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions css/all.css
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion update-index.rb
Expand Up @@ -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)}"
Expand Down

0 comments on commit e710232

Please sign in to comment.