diff options
-rw-r--r-- | _static/git-pull.css | 8 | ||||
-rw-r--r-- | conf.py | 4 |
2 files changed, 2 insertions, 10 deletions
diff --git a/_static/git-pull.css b/_static/git-pull.css index a17dd6e..d186428 100644 --- a/_static/git-pull.css +++ b/_static/git-pull.css | |||
@@ -1,11 +1,3 @@ | |||
1 | h1.logo { | ||
2 | font-size: 13px; | ||
3 | } | ||
4 | |||
5 | img.logo { | ||
6 | margin: 0 0 20px 0; | ||
7 | } | ||
8 | |||
9 | div.book-container > p { | 1 | div.book-container > p { |
10 | text-align: center; | 2 | text-align: center; |
11 | } | 3 | } |
@@ -19,8 +19,8 @@ source_suffix = '.rst' | |||
19 | 19 | ||
20 | master_doc = 'index' | 20 | master_doc = 'index' |
21 | 21 | ||
22 | project = u'ring0.xyz' | 22 | project = u'blog.jinwei.me' |
23 | copyright = u'2013 - 2018, clarkzjw' # NOQA | 23 | copyright = u'2013 - 2019, clarkzjw' # NOQA |
24 | 24 | ||
25 | version = '0.0' | 25 | version = '0.0' |
26 | release = '0.0' | 26 | release = '0.0' |