Merge branch 'dev' into dev-sxw

添加了后台比赛管理的api
This commit is contained in:
esp
2015-08-22 14:35:08 +08:00
20 changed files with 1009 additions and 78 deletions

View File

@@ -69,6 +69,22 @@ li.list-group-item {
padding: 0 0;
}
.ac-flag{
.ac-flag {
color: green;
}
.CodeMirror{
min-height: 250px;
_height:250px;
height: auto;
}
.CodeMirror-scroll {
overflow: auto;
min-height: 250px;
_height:250px;
height: auto;
position: relative;
outline: none;
}