I'm currently working on a PyroCMS theme that is built with Twitter Bootstrap 3.1.x and includes Revolution Slider. However, I've encountered an issue where the property box-sizing: border-box;
creates an unwanted grey border as shown in the image below:
The strange thing is that the border disappears after a few seconds. I tried applying the following code to the DIV element:
.noborderbox *, .noborderbox *:before, .noborderbox *:after {
box-sizing: content-box;
}
Unfortunately, this solution did not work. Does anyone have any suggestions on how to resolve this problem on my website? Feel free to test it out here