/help/: Normalize margin on tip indicators.

This normalizes the padding on the tips to be equal on the top and
bottom.
This commit is contained in:
Brock Whittaker
2017-10-03 11:14:40 -07:00
parent 97cc24c4a5
commit ee7f7f00ac

View File

@@ -1298,7 +1298,7 @@ input.new-organization-button {
.markdown ol > li > div.tip,
.markdown ol > li > div.warn {
margin: 0px 30px 15px;
margin: 5px 25px 5px;
}
.markdown ol p {