markdown editor prettify add linenums

This commit is contained in:
lealife
2016-04-16 14:51:54 +08:00
parent 45cca30cec
commit 2fc97ed42d
20 changed files with 432 additions and 989 deletions

View File

@ -271,3 +271,24 @@ a:hover {
vertical-align: middle;
visibility: hidden;
}
#inviteFriends {
position: relative;
.dot {
display: inline-block;
position: absolute;
right: -8px;
top: -8px;
width: 8px;
height: 8px;
border-radius: 50%;
background: #FF9263;
}
}
#inviteUrl {
width: 400px;
padding: 3px;
border-radius: 3px;
border: 1px solid #eee;
}