Skip to content

Commit 83756f7

Browse files
committed
how - remove unnecessary margin
1 parent c9e7a6c commit 83756f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_sass/how.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ section span {
1010

1111
p {
1212
font-weight: normal;
13+
margin: 0px;
1314
}
1415

1516
hr {

how.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1 style="float:'left'"><strong>{{ plugin.title | raw }}</strong></h1>
1818
<h2> {{ option.title }}</h2>
1919
<p>{{ option.description }}</p>
2020
{% if plugin.options %}
21-
<span style="background-color: #ffe59e;" >
21+
<span style="background-color: #ffe59e; " >
2222
Command line parameters used by <b>{{ option.title }} plugin</b>:<br>
2323
{% for parameter in option.parameters %}
2424
<b>{{ parameter.name | raw }}</b> : {{ parameter.description}}<br>

0 commit comments

Comments
 (0)