Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
ityouknow committed Sep 19, 2018
1 parent c7ce50c commit cb4a927
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
source 'http://gems.ruby-china.com'

gem 'rough'
gem 'jekyll-paginate'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,5 +1,5 @@
GEM
remote: https://rubygems.org/
remote: http://gems.ruby-china.com/
specs:
actionmailer (4.2.10)
actionpack (= 4.2.10)
Expand Down
6 changes: 5 additions & 1 deletion assets/css/common.css
Expand Up @@ -250,4 +250,8 @@
.archives-list:after{ width: 100%; height: 0; font: 0/0 a; content: '.'; clear: both; overflow: hidden; }
.archives-list li{ width: 50%; line-height: 1.5; float: left; margin: 10px 0; }
.archives-list li span{ color: #666; }
.archives-list h3{ clear: both; margin: 0; padding: 20px 0 10px; }
.archives-list h3{ clear: both; margin: 0; padding: 20px 0 10px; }

blockquote {
font-size: 15.5px;
}

0 comments on commit cb4a927

Please sign in to comment.