Skip to content

Commit 3adaf4e

Browse files
committed
fix css typo
1 parent ed766cb commit 3adaf4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/esp8266/WebServer/WebServer/data/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ a:hover {
1414
padding:1em;
1515
background-color: #010;
1616
color: lime;
17-
border: solid 1px: lime;
17+
border: solid 1px lime;
1818
border-radius: 3px;
1919
text-align: right;
2020
}

examples/esp8266/WebServer/WebServer/data/r-site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ input {
1010
input.aml_field, .aml_ops select {
1111
background-color: #010;
1212
color: lime;
13-
border: solid 1px: lime;
13+
border: solid 1px lime;
1414
border-radius: 3px;
1515
}
1616
input.aml_field {

0 commit comments

Comments
 (0)