mirror of https://github.com/docker/docs.git
Update the docs page ratings display
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
parent
b4f9bf67b0
commit
20b05d429b
|
@ -290,6 +290,12 @@ input:checked+.slider:before {
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* remove polldaddy ratings */
|
||||||
|
|
||||||
|
.rating-nero-value {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Controls ********************************************************************
|
* Controls ********************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue