Skip to content

Commit e709b0f

Browse files
Styling
1 parent fe72a36 commit e709b0f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Public/css/popover.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

1818
.popover-content .title {
19-
margin: 0 8px 0 8px;
19+
margin: 0 10px 0 10px;
2020
padding-top: 8px;
2121
font-weight: bolder;
2222
font-size: larger;
@@ -31,22 +31,21 @@
3131
.popover-content dl {
3232
margin-top: 0;
3333
margin-bottom: 0;
34-
padding: 8px;
34+
padding: 10px;
3535
max-height: 60vh;
3636
font-family: Menlo, Consolas, "DejaVu Sans Mono", "Ubuntu Mono", monospace;
3737
overflow: scroll;
3838
}
3939

4040
.popover-content dt {
41-
padding: 0 8px;
42-
background-color: #f5f5f5;
41+
padding: 0;
4342
font-family: Menlo, Consolas, "DejaVu Sans Mono", "Ubuntu Mono", monospace;
4443
}
4544

4645
.popover-content dd {
4746
margin-bottom: 2px;
4847
margin-left: 0;
49-
padding: 0 8px;
48+
padding: 0 0 0 10px;
5049
font-family: Menlo, Consolas, "DejaVu Sans Mono", "Ubuntu Mono", monospace;
5150
white-space: pre-line;
5251
}

0 commit comments

Comments
 (0)