diff --git a/materialize/css/style.css b/materialize/css/style.css
index 99898b9..57823c9 100644
--- a/materialize/css/style.css
+++ b/materialize/css/style.css
@@ -75,6 +75,12 @@ body {
margin-top: .5em;
}
+.gallery-header > hr {
+ width: 14%;
+ margin-top: 3.5em;
+ color: #BBB;
+}
+
.gallery-title > h2 {
text-transform: uppercase;
margin-bottom: .2em;
diff --git a/templates/example.html b/templates/example.html
index 30d8097..1a02568 100644
--- a/templates/example.html
+++ b/templates/example.html
@@ -13,6 +13,7 @@