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 9ec4681 commit 827bf48Copy full SHA for 827bf48
static/a/main.css
@@ -262,7 +262,7 @@ code {
262
font-family: source code pro, courier new, monospace;
263
font-size: 85%;
264
line-height: 16pt;
265
- margin: 0;
+ margin: 0px;
266
padding: 0.1em 0px 0.1em 0px;
267
}
268
code:before,
static/a/packet.css
@@ -2,6 +2,9 @@
2
* BNETDocs (C) 2015 Creative Commons CC-BY-NC-SA 4.0 License
3
*/
4
5
+table.info code {
6
+ margin: -0.9em 0px;
7
+}
8
article > section > table.info th,
9
article > section > table.info td {
10
text-align: left;
0 commit comments