diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-06 00:41:59 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-06 00:41:59 -0700 |
commit | e56f5d61c66c119f2b7a8111df50b2b19c41e5b0 (patch) | |
tree | 39688ea67bc6c409e2107db91e3f6facb742953f /source | |
parent | 09e7f010e7b94bd1922aff61c9fe70729b7a6698 (diff) | |
download | my_new_personal_website-e56f5d61c66c119f2b7a8111df50b2b19c41e5b0.tar.xz my_new_personal_website-e56f5d61c66c119f2b7a8111df50b2b19c41e5b0.zip |
fix minor invalid HTML issues
Diffstat (limited to 'source')
-rw-r--r-- | source/css/theme.css | 2 | ||||
-rw-r--r-- | source/img/.gitattributes | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source/css/theme.css b/source/css/theme.css index 645bfe50..969e73c2 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -107,6 +107,7 @@ footer .cc-icon { background-position: center; background-size: 16px; vertical-align: middle; + font-size: 0; } footer .feed-icon { @@ -118,6 +119,7 @@ footer .feed-icon { background-position: center; background-size: 14px; vertical-align: middle; + font-size: 0; } div.indextoc ul { diff --git a/source/img/.gitattributes b/source/img/.gitattributes deleted file mode 100644 index 58da6937..00000000 --- a/source/img/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.svg binary |