diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 19:31:51 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 19:32:33 -0700 |
commit | a7a0b2073f30b1d0214c3152998d95e40a39b438 (patch) | |
tree | 00d399fafa500a5cabe652cde27c99c9c293ec87 /source/css | |
parent | 28b1853fdec7082785dd3f4c96e674c6c2f9d459 (diff) | |
download | my_new_personal_website-a7a0b2073f30b1d0214c3152998d95e40a39b438.tar.xz my_new_personal_website-a7a0b2073f30b1d0214c3152998d95e40a39b438.zip |
add feed icon to footer
Among other fixes and tweaks.
Diffstat (limited to 'source/css')
-rw-r--r-- | source/css/theme.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/css/theme.css b/source/css/theme.css index d706deb5..69017387 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -105,6 +105,17 @@ footer .cc-icon { vertical-align: middle; } +footer .feed-icon { + width: 16px; + height: 16px; + display: inline-block; + background-image: url("/img/feed-14.png"); + background-repeat: no-repeat; + background-position: center; + background-size: 14px; + vertical-align: middle; +} + div.indextoc ul { list-style-type: none; padding-left: 2em; |