/* file : pre-box.css * copyright : Copyright (c) 2014-2016 Code Synthesis Ltd * license : MIT; see accompanying LICENSE file */ pre { background-color: #f7f7f7; border-radius: 0.2em; padding: .8em .4em .8em .4em; margin: .2em -.4em .2em -.4em; /* Use margins of #content. */ }