Move help book out of English.lproj

This way localizations without a help book will fall back on the english one.
This commit is contained in:
Allan Odgaard
2012-08-14 21:17:09 +02:00
parent 7bd9f9817b
commit f743c1954f
15 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
body {
font: 12px "Lucida Grande", sans-serif;
}
pre {
background-color: #E2E2E2;
border: 1px solid #919699;
padding: 10px 20px 10px 20px;
overflow: auto;
}