We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f863aba commit ec1a617Copy full SHA for ec1a617
src/static/a/servers.css
@@ -1,6 +1,6 @@
1
/**
2
* BNETDocs, the Battle.net(TM) protocol documentation and discussion website
3
- * Copyright (C) 2008-2017 Carl Bennett
+ * Copyright (C) 2008-2018 Carl Bennett
4
* This file is part of BNETDocs.
5
*
6
* BNETDocs is free software: you can redistribute it and/or modify
@@ -35,6 +35,11 @@
35
display: block;
36
}
37
38
+table.servers th,
39
+table.serverview th {
40
+ border-bottom-width: 3px;
41
+ border-top-width: 3px;
42
+}
43
table.serverview tr th:first-child {
44
width: 100px;
45
0 commit comments