docs(directives): remove line numbers from code blocks

This commit is contained in:
Peter Bacon Darwin
2014-04-29 12:33:20 +01:00
parent c3fe170b8b
commit 72421b2acf
2 changed files with 1 additions and 5 deletions

View File

@@ -184,10 +184,6 @@ h1,h2,h3,h4,h5,h6 {
}
pre {
padding: 15px;
border: 1px solid #ddd;
border-radius: 5px;
display: block;
white-space: pre-wrap;
word-break: normal;
}