diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-06-10 00:42:26 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-06-10 00:42:26 -0700 |
commit | 695b9903cc45598b7b69a15404c34ec780f08fac (patch) | |
tree | f2565fa0408f532965766c1f217dc60334e22c3a /source/css | |
parent | 392e2293e49fd9c7a96afa16e5dbcc749dd736ca (diff) | |
download | my_new_personal_website-695b9903cc45598b7b69a15404c34ec780f08fac.tar.xz my_new_personal_website-695b9903cc45598b7b69a15404c34ec780f08fac.zip |
modify template and stylesheet to include RSS icon
Diffstat (limited to 'source/css')
-rw-r--r-- | source/css/theme.css | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/source/css/theme.css b/source/css/theme.css index b8eecde6..c31ce02e 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -137,7 +137,7 @@ footer .rfooter { footer .rfooter .cc-icon { width: 16px; height: 16px; - padding: 0 4px; + padding: 0 2px; display: inline-block; background-image: url("/img/cc-16.png"); background-repeat: no-repeat; @@ -147,9 +147,10 @@ footer .rfooter .cc-icon { font-size: 0; } -footer .rfooter .feed-icon { +footer .rfooter .atom-icon { width: 16px; height: 16px; + padding: 0 2px; display: inline-block; background-image: url("/img/feed-14.png"); background-repeat: no-repeat; @@ -159,6 +160,19 @@ footer .rfooter .feed-icon { font-size: 0; } +footer .rfooter .rss-icon { + width: 16px; + height: 16px; + padding: 0 2px; + display: inline-block; + background-image: url("/img/rss-14.png"); + background-repeat: no-repeat; + background-position: center; + background-size: 14px; + vertical-align: middle; + font-size: 0; +} + div.indextoc ul { list-style-type: none; padding-left: 2em; |