Relax checksum test in disk.restore()

This commit is contained in:
Jeff Parsons 2014-11-10 15:10:58 -08:00 committed by jeffpar
commit 605146075b
12 changed files with 1108 additions and 1080 deletions

View file

@ -126,6 +126,7 @@ pre a, code a {
width: 140px; /* should be <= margin-left of common-main */
padding-bottom: 20px;
overflow: hidden;
white-space: nowrap;
word-wrap: break-word;
}
.common-list {
@ -237,6 +238,7 @@ pre a, code a {
*/
.common-sidebar {
width: 100%;
white-space: normal;
}
.common-list {
padding-left: 0;
@ -264,4 +266,4 @@ pre a, code a {
.md-list-none {
padding-left: 1em;
}
}
}