Skip to content

Commit

Permalink
Emphasize different server type sections
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Mar 4, 2018
1 parent f863aba commit ec1a617
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/static/a/servers.css
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit ec1a617

Please sign in to comment.