Skip to content

Commit ec1a617

Browse files
committed
Emphasize different server type sections
1 parent f863aba commit ec1a617

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/static/a/servers.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* BNETDocs, the Battle.net(TM) protocol documentation and discussion website
3-
* Copyright (C) 2008-2017 Carl Bennett
3+
* Copyright (C) 2008-2018 Carl Bennett
44
* This file is part of BNETDocs.
55
*
66
* BNETDocs is free software: you can redistribute it and/or modify
@@ -35,6 +35,11 @@
3535
display: block;
3636
}
3737
}
38+
table.servers th,
39+
table.serverview th {
40+
border-bottom-width: 3px;
41+
border-top-width: 3px;
42+
}
3843
table.serverview tr th:first-child {
3944
width: 100px;
4045
}

0 commit comments

Comments
 (0)