Prepare deployment
This commit is contained in:
parent
41cc036a43
commit
7e4be0c834
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# Sun Jun 23 00:51:49 GMT 2013
|
||||
# Mon Jun 24 21:07:10 GMT 2013
|
||||
|
||||
CACHE:
|
||||
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-bottom-right-radius: 4px;
|
||||
}
|
||||
#markdown-syntax {
|
||||
max-height: 300px;
|
||||
.markdown-syntax, .table-of-contents {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
padding-right: 20px;
|
||||
margin: 0 -20px 10px 0;
|
||||
}
|
||||
.markdown-syntax {
|
||||
width: 300px;
|
||||
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 {
|
||||
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