diff --git a/static/script.js b/static/script.js
index 45fed1d..d72184c 100644
--- a/static/script.js
+++ b/static/script.js
@@ -229,7 +229,7 @@ $(document).ready(function() {
newResults += '
';
if (data[i].notes != null && data[i].notes.length > 0)
- newResults += '
' + data[i].notes + '
';
+ newResults += '
' + data[i].notes + '
';
//newResults += data[i].notes;
newResults += '
';
diff --git a/static/style.css b/static/style.css
index ab9b799..d073094 100644
--- a/static/style.css
+++ b/static/style.css
@@ -16,6 +16,12 @@ h1 {
background-color: #013A3A;
}
+h2 {
+ background-color: #013A3A;
+ padding: 12pt 0 12pt 0;
+ margin-top: 0;
+}
+
h3 {
color: #5E9292;
text-align: center;
@@ -160,7 +166,6 @@ div label input {
.tooltip {
position: relative;
display: inline-block;
- border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
diff --git a/templates/partsearch.html b/templates/partsearch.html
index 89949ed..93965c6 100644
--- a/templates/partsearch.html
+++ b/templates/partsearch.html
@@ -9,7 +9,7 @@
crossorigin="anonymous">
-
+