mirror of https://github.com/docker/docker-py.git
remove hyphens in literals
Signed-off-by: Jack Laxson <jackjrabbit@gmail.com>
This commit is contained in:
parent
1d8aa3019e
commit
19171d0e1e
|
@ -1,3 +1,6 @@
|
|||
dl.hide-signature > dt {
|
||||
display: none;
|
||||
}
|
||||
code.literal{
|
||||
hyphens: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue