mirror of https://github.com/docker/docs.git
Move update to sidebar section
This commit is contained in:
parent
077b391ef1
commit
fc6969b03e
|
@ -350,6 +350,12 @@ input:checked+.slider:before {
|
|||
font: inherit !important;
|
||||
color: inherit !important;
|
||||
}
|
||||
/* pointer for collapsed sidebar list items */
|
||||
|
||||
.collapsed
|
||||
{
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
|
@ -373,12 +379,4 @@ input:checked+.slider:before {
|
|||
margin: 2px 0 0;
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
* CURSOR POINTER FOR COLLAPSED li
|
||||
*
|
||||
*/
|
||||
.collapsed
|
||||
{
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue