1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-01 13:24:10 +01:00

Dev: Remove padding on code when in the syntax highlighter

This commit is contained in:
Allan Jardine 2012-11-01 21:45:26 +00:00
parent 46d483d055
commit b56f3619cb

View File

@ -120,3 +120,8 @@
-moz-border-radius: 3px;
border-radius: 3px;
}
#dt_example div.syntaxhighlighter code {
padding: 0 !important;
}