Skip to content
Snippets Groups Projects
Unverified Commit c00a89fd authored by Martine Lenders's avatar Martine Lenders
Browse files

doc: fix spacing in parameter description

Fixes #6953
parent cd808a59
No related branches found
No related tags found
No related merge requests found
......@@ -488,6 +488,10 @@ dl.todo > dt {
}
.params .paramdir {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
padding-right: 0.5em;
}
.params .paramname {
padding-right: 2em;
}
.icon {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
......
......@@ -434,6 +434,10 @@ dl.todo > dt {
}
.params .paramdir {
font-family: @font-family-monospace;
padding-right: 0.5em;
}
.params .paramname {
padding-right: 2em;
}
.icon {
font-family: @font-family-base;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment