Skip to content

Commit

Permalink
style($copyright): word-break, display, _blank
Browse files Browse the repository at this point in the history
  • Loading branch information
MOxFIVE committed Jan 10, 2016
1 parent 99c8149 commit 4b88618
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layout/_partial/post/nav.ejs
Expand Up @@ -11,7 +11,7 @@
<script> var clipboard = new Clipboard('.copy-path'); </script>
</p>
<p>
<span>许可协议:</span><i class="fa fa-creative-commons"></i> <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/cn/" title="中国大陆 (CC BY-NC-SA 3.0 CN)">"署名-非商用-相同方式共享 3.0"</a> 转载请保留原文链接及作者。
<span>许可协议:</span><i class="fa fa-creative-commons"></i> <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/cn/" title="中国大陆 (CC BY-NC-SA 3.0 CN)" target = "_blank">"署名-非商用-相同方式共享 3.0"</a> 转载请保留原文链接及作者。
</p>
</div>
<% } %>
Expand Down
4 changes: 3 additions & 1 deletion source/css/_partial/article.styl
Expand Up @@ -503,9 +503,10 @@ li:hover {
border: 1px solid lightgray;
font-size: .93em;
line-height: 1.6em;
word-break: break-word;
word-break: break-all;
background: rgba(255, 255, 255, .4);
span {
display: inline-block;
margin-right: 1em;
color: #B5B5B5;
font-weight: bold;
Expand All @@ -521,6 +522,7 @@ li:hover {
content: "复制";
}
.copy-path {
display: inline-block;
margin-left: 1em;
&:hover {
color: gray;
Expand Down

0 comments on commit 4b88618

Please sign in to comment.