Prepare deployment
This commit is contained in:
parent
41cc036a43
commit
7e4be0c834
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# Sun Jun 23 00:51:49 GMT 2013
|
# Mon Jun 24 21:07:10 GMT 2013
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
index.html
|
index.html
|
||||||
|
15
css/main-min.css
vendored
15
css/main-min.css
vendored
@ -5562,14 +5562,25 @@ input[readonly],select[readonly],textarea[readonly] {
|
|||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
border-bottom-right-radius: 4px;
|
border-bottom-right-radius: 4px;
|
||||||
}
|
}
|
||||||
#markdown-syntax {
|
.markdown-syntax, .table-of-contents {
|
||||||
max-height: 300px;
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
margin: 0 -20px 10px 0;
|
margin: 0 -20px 10px 0;
|
||||||
|
}
|
||||||
|
.markdown-syntax {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
max-height: 350px;
|
||||||
|
}
|
||||||
|
.table-of-contents {
|
||||||
|
width: 250px;
|
||||||
|
margin-left: -10px;
|
||||||
|
max-height: 400px;
|
||||||
|
}
|
||||||
|
.table-of-contents ul {
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.btn-group>.btn+.dropdown-toggle {
|
.btn-group>.btn+.dropdown-toggle {
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
|
423
js/main-min.js
vendored
423
js/main-min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user