From ec1a617fe8ebe13f145e75d7cbfe9c72a7cdec30 Mon Sep 17 00:00:00 2001 From: Carl Bennett Date: Sun, 4 Mar 2018 06:46:30 +0000 Subject: [PATCH] Emphasize different server type sections --- src/static/a/servers.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/static/a/servers.css b/src/static/a/servers.css index e8e79cf2..001b0328 100644 --- a/src/static/a/servers.css +++ b/src/static/a/servers.css @@ -1,6 +1,6 @@ /** * BNETDocs, the Battle.net(TM) protocol documentation and discussion website - * Copyright (C) 2008-2017 Carl Bennett + * Copyright (C) 2008-2018 Carl Bennett * This file is part of BNETDocs. * * BNETDocs is free software: you can redistribute it and/or modify @@ -35,6 +35,11 @@ display: block; } } +table.servers th, +table.serverview th { + border-bottom-width: 3px; + border-top-width: 3px; +} table.serverview tr th:first-child { width: 100px; }