From a7a0b2073f30b1d0214c3152998d95e40a39b438 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 5 May 2015 19:31:51 -0700 Subject: add feed icon to footer Among other fixes and tweaks. --- source/css/theme.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'source/css') 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; -- cgit v1.2.1