mirror of https://github.com/docker/docs.git
parent
cdcead1fcf
commit
e93bab0178
|
@ -222,3 +222,15 @@ input[type=text] {
|
|||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* lists **********************************************************************
|
||||
*/
|
||||
|
||||
ol li ol li {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
|
||||
ol li ol li ol li {
|
||||
list-style-type: lower-roman;
|
||||
}
|
Loading…
Reference in New Issue