diff --git a/html/index.html b/html/index.html
index 00c3d6b..9557084 100644
--- a/html/index.html
+++ b/html/index.html
@@ -74,11 +74,11 @@
What do we know about this IP address?
- IP address |
+ IP address |
{{ .IP }} |
- IP address (decimal) |
+ IP address (decimal) |
{{ .IPDecimal }} |
{{ if .Country }}
@@ -103,7 +103,7 @@
{{ end }} {{ if .RegionCode }}
- Region code |
+ Region code |
{{ .RegionCode }} |
{{ end }} {{ if .MetroCode }}
@@ -113,7 +113,7 @@
{{ end }} {{ if .PostalCode }}
- Postal code |
+ Postal code |
{{ .PostalCode }} |
{{ end }} {{ if .City }}
@@ -153,17 +153,17 @@
{{ end }} {{ if .UserAgent }} {{ if .UserAgent.Comment }}
- User agent |
+ User agent |
{{ .UserAgent.Product }}/{{ .UserAgent.Version }} |
{{ end }} {{ if .UserAgent.Comment }}
- User agent: Comment |
+ User agent: Comment |
{{ .UserAgent.Comment }} |
{{ end }} {{ if .UserAgent.RawValue }}
- User agent: Raw |
+ User agent: Raw |
{{ .UserAgent.RawValue }} |
{{ end }} {{ end }}
diff --git a/html/styles.html b/html/styles.html
index f246b92..bc0725f 100644
--- a/html/styles.html
+++ b/html/styles.html
@@ -53,12 +53,12 @@
.info-table th {
padding: 5px;
border: 2px solid #ababab;
+ word-wrap: break-word;
}
.info-table th[scope="row"] {
background-color: #d5d5d5;
text-align: left;
- white-space: nowrap;
}
.widgetbox {
@@ -114,7 +114,6 @@
a {
background-color: #161719;
color: #d8d9da;
- /* text-decoration: underline; */
}
.ip {
border: 1px solid #313233;
@@ -138,13 +137,13 @@
background-color: #2e2e2e;
color: rgb(220, 220, 220);
text-align: left;
- white-space: nowrap;
}
- button {
+ .pure-button {
background-color: #2e2e2e;
+ color: rgb(220, 220, 220);
}
- button.selected {
+ .pure-button.selected {
background-color: rgb(125 125 125);
}