Skip to content

Commit cb4a927

Browse files
committed
m
1 parent c7ce50c commit cb4a927

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'https://rubygems.org'
1+
source 'http://gems.ruby-china.com'
22

33
gem 'rough'
44
gem 'jekyll-paginate'

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GEM
2-
remote: https://rubygems.org/
2+
remote: http://gems.ruby-china.com/
33
specs:
44
actionmailer (4.2.10)
55
actionpack (= 4.2.10)

assets/css/common.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -250,4 +250,8 @@
250250
.archives-list:after{ width: 100%; height: 0; font: 0/0 a; content: '.'; clear: both; overflow: hidden; }
251251
.archives-list li{ width: 50%; line-height: 1.5; float: left; margin: 10px 0; }
252252
.archives-list li span{ color: #666; }
253-
.archives-list h3{ clear: both; margin: 0; padding: 20px 0 10px; }
253+
.archives-list h3{ clear: both; margin: 0; padding: 20px 0 10px; }
254+
255+
blockquote {
256+
font-size: 15.5px;
257+
}

0 commit comments

Comments
 (0)