Fix site code style

This commit is contained in:
afc163 2016-02-22 14:53:57 +08:00
parent 2e516f3864
commit 203cdd9c35
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ Ant Design React 支持所有的现代浏览器和 IE8+。
<style>
.code-line-highlight {
box-shadow: 0px 190px 0px rgba(255, 207, 0, 0.16);
box-shadow: 0px 195px 0px rgba(255, 207, 0, 0.16);
height: 42px;
margin-top: -42px;
position: relative;

View File

@ -51,6 +51,6 @@ pre code {
border: 1px solid #e9e9e9;
padding: 10px 15px;
border-radius: 6px;
font-size: 0.9rem;
font-size: 14px;
white-space: pre;
}