diff --git a/examples/graph2d/05_bothAxis.html b/examples/graph2d/05_bothAxis.html
index 1a42b784..093c896f 100644
--- a/examples/graph2d/05_bothAxis.html
+++ b/examples/graph2d/05_bothAxis.html
@@ -3,6 +3,8 @@
Graph2d | Both Axis Example
+
+
-
-
-
diff --git a/examples/graph2d/16_bothAxis_titles.html b/examples/graph2d/16_bothAxis_titles.html
index 2083be98..45f32881 100644
--- a/examples/graph2d/16_bothAxis_titles.html
+++ b/examples/graph2d/16_bothAxis_titles.html
@@ -3,6 +3,8 @@
Graph2d | Axis Titles and Styling
+
+
-
-
-
+
Graph2d | Axis Titles and Styling
diff --git a/lib/timeline/component/css/pathStyles.css b/lib/timeline/component/css/pathStyles.css
index 9089e6cc..38b2f087 100644
--- a/lib/timeline/component/css/pathStyles.css
+++ b/lib/timeline/component/css/pathStyles.css
@@ -68,24 +68,24 @@
stroke: #8f3938;
}
-.vis-fill {
+.vis-timeline .vis-fill {
fill-opacity:0.1;
stroke: none;
}
-.vis-bar {
+.vis-timeline .vis-bar {
fill-opacity:0.5;
stroke-width:1px;
}
-.vis-point {
+.vis-timeline .vis-point {
stroke-width:2px;
fill-opacity:1.0;
}
-.vis-legend-background {
+.vis-timeline .vis-legend-background {
stroke-width:1px;
fill-opacity:0.9;
fill: #ffffff;
@@ -93,16 +93,14 @@
}
-.vis-outline {
+.vis-timeline .vis-outline {
stroke-width:1px;
fill-opacity:1;
fill: #ffffff;
stroke: #e5e5e5;
}
-.vis-icon-fill {
+.vis-timeline .vis-icon-fill {
fill-opacity:0.3;
stroke: none;
}
-
-