diff --git a/docs/network/index.html b/docs/network/index.html index 4fe58dfb..bd7d7c3c 100644 --- a/docs/network/index.html +++ b/docs/network/index.html @@ -339,49 +339,49 @@ network.setOptions(options); configure Object Object - All options in this object are explained in the configure module. + All options in this object are explained in the configure module. edges Object Object - All options in this object are explained in the edges module. + All options in this object are explained in the edges module. nodes Object Object - All options in this object are explained in the nodes module. + All options in this object are explained in the nodes module. groups Object Object - All options in this object are explained in the groups module. + All options in this object are explained in the groups module. layout Object Object - All options in this object are explained in the layout module. + All options in this object are explained in the layout module. interaction Object Object - All options in this object are explained in the interaction module. + All options in this object are explained in the interaction module. manipulation Object Object - All options in this object are explained in the manipulation module. + All options in this object are explained in the manipulation module. physics Object Object - All options in this object are explained in the physics module. + All options in this object are explained in the physics module. diff --git a/lib/network/css/network-tooltip.css b/lib/network/css/network-tooltip.css index 1c5a9a36..f8ababcf 100644 --- a/lib/network/css/network-tooltip.css +++ b/lib/network/css/network-tooltip.css @@ -6,7 +6,7 @@ div.vis-network-tooltip { font-family: verdana; font-size:14px; - font-color:#000000; + color:#000000; background-color: #f5f4ed; -moz-border-radius: 3px;