1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 11:04:00 +03:00

No margin or padding on diff elements.

This commit is contained in:
Rob Rix 2015-10-21 17:53:57 -04:00
parent e3a815f640
commit 299eb0e8a3

View File

@ -22,6 +22,8 @@
#diff * {
white-space: pre-wrap;
display: inline;
margin: 0;
padding: 0;
}
</style>
<script type="text/javascript">