diff --git a/en/layout/css/query-pr.css b/en/layout/css/query-pr.css index debe8e844f..6997152fbc 100644 --- a/en/layout/css/query-pr.css +++ b/en/layout/css/query-pr.css @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD: www/en/layout/css/query-pr.css,v 1.1 2006/09/18 21:25:38 shaun Exp $ + * $FreeBSD: www/en/layout/css/query-pr.css,v 1.2 2006/11/27 17:38:28 shaun Exp $ */ pre { @@ -125,3 +125,5 @@ td { .patch_contextline { color: #00AA00; } .patch_revinfo { font-weight: bold; } .patch_hunkinfo { font-weight: bold; } + +.mimeboundary { border-top: 1px #DD0000 dashed; border-bottom: 0px; }