Having difficulty removing a sliver of white...
For reference, check out this page:
The answers on the page show a small white gap between the top of the 'button' and the content.
Here is the relevant code:
<!-- top of the 'button' -->
<div class='top'></div>
<!-- space causing the issue -->
<div class='content'></div>
.top {
height: 5px;
}
.content {
display: block;
padding-left: 10px;
}
Edit: The problem has been resolved, and I will be accepting the answer below soon.