diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2016-01-08 19:11:30 -0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2016-01-08 19:11:30 -0800 |
commit | 86c0f20b9cc434260aa40b11a3a19e911c7e5879 (patch) | |
tree | 1f80be298098de2f451eec8f72c96f32226546be /source/css/theme.css | |
parent | 09ba859d9a6f95db49ef923395ea457b64439290 (diff) | |
download | my_new_personal_website-86c0f20b9cc434260aa40b11a3a19e911c7e5879.tar.xz my_new_personal_website-86c0f20b9cc434260aa40b11a3a19e911c7e5879.zip |
Slightly tweak icon placement
Diffstat (limited to 'source/css/theme.css')
-rw-r--r-- | source/css/theme.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/css/theme.css b/source/css/theme.css index 5909f7ab..053860a4 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -227,6 +227,8 @@ noscript a { .rss-icon, .atom-icon, .cc-icon { text-decoration: none; + position: relative; + top: 1px; } .rss-icon, .atom-icon { |