Add style to clip class

This commit is contained in:
Vitor Cortez 2015-10-04 19:17:11 -03:00
parent a9b77991b8
commit 77bea282c6

View File

@ -108,6 +108,16 @@ pre code {
line-height: 20px;
}
span.btn.clip {
float: right;
height: 2em;
margin: 0.25vw 0 0 0.25vw;
background-image: url("../images/clippy.svg");
background-size: 60%;
background-position: center;
background-repeat: no-repeat;
}
code {
background-color: #E8F5F2;
border-radius: 3px;