This commit is contained in:
life
2015-03-31 14:27:26 +08:00
parent 9515f1e58f
commit decf580ed3
585 changed files with 8128 additions and 9023 deletions

View File

@ -64,7 +64,9 @@ h3 {
.wmd-input,
#noteReadContent,
#attachList,
#tags {
#tags,
.editor-content,
.preview-container {
-webkit-overflow-scrolling: touch !important;
}
.ios7-a {
@ -415,7 +417,7 @@ h3 {
padding-bottom: 3px;
}
#myTag .folderBody li {
float: left;
margin-left: 10px;
padding: 3px;
line-height: normal;
}
@ -1046,6 +1048,9 @@ h3 {
font: 12px / normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
color: #4D4D4C;
}
#editorContent .ace_searchbtn_close {
margin: 0px;
}
#editorContent .ace-tomorrow {
padding: 0;
padding-left: 44px;
@ -1075,6 +1080,21 @@ h3 {
.close:focus {
outline: none;
}
#tagNav i,
#tagNav em {
font-style: normal;
}
#tagNav .tag-delete {
display: none;
margin-left: 3px;
font-size: 12px;
}
#tagNav li:hover .tag-delete {
display: inline-block;
}
#tagNav a:hover {
background: none !important;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;