ace editor, markdown editor

This commit is contained in:
life
2015-01-08 00:36:28 +08:00
parent be01c9c3f7
commit 2cfc89ca5f
1233 changed files with 24568 additions and 10275 deletions

View File

@ -255,4 +255,4 @@ ul.dropdown-menu {
padding: 5px;
border-radius: 5px;
}
}
}

View File

@ -336,3 +336,24 @@ a:focus {
display: inline-block;
color: #a94442;
}
.article .article-info .label-post {
background: #fff;
margin: 0;
font-size: 14px;
padding: 0 2px;
}
.article .article-info .label-post:hover {
background: #000;
}
.article .article-info .label-yellow:hover {
background: #f0ad4e;
}
.article .article-info .label-green:hover {
background: #5cb85c;
}
.article .article-info .label-blue:hover {
background: #428bca;
}
.article .article-info .label-red:hover {
background: #d9534f;
}

View File

@ -364,4 +364,28 @@ a:focus {
display: inline-block;
color: #a94442;
}
}
.article .article-info {
.label-post {
background: #fff;
margin: 0;
font-size: 14px;
padding: 0 2px;
&:hover {
background: #000;
}
}
.label-yellow:hover {
background: #f0ad4e;
}
.label-green:hover {
background: #5cb85c;
}
.label-blue:hover {
background: #428bca;
}
.label-red:hover {
background: #d9534f;
}
}