Skip to content

Commit 827bf48

Browse files
committed
Minor css style fixes
1 parent 9ec4681 commit 827bf48

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

static/a/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ code {
262262
font-family: source code pro, courier new, monospace;
263263
font-size: 85%;
264264
line-height: 16pt;
265-
margin: 0;
265+
margin: 0px;
266266
padding: 0.1em 0px 0.1em 0px;
267267
}
268268
code:before,

static/a/packet.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* BNETDocs (C) 2015 Creative Commons CC-BY-NC-SA 4.0 License
33
*/
44

5+
table.info code {
6+
margin: -0.9em 0px;
7+
}
58
article > section > table.info th,
69
article > section > table.info td {
710
text-align: left;

0 commit comments

Comments
 (0)