Merge pull request #207 from Ephemera/fix-nesting-level

Fix spacing between Octotree sidebar and GitHub container in split mode
This commit is contained in:
Buu Nguyen 2015-11-17 08:58:07 -08:00
commit 33bd4fa18b
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@
content: '\f0a4';
}
}
body.split-diff .container {
padding-left: 0;
}
}
body.split-diff .container {
padding-left: 0;
}
}