Skip to content

Commit 7ef89c3

Browse files
committed
html/template.html: simplify css for cards
1 parent c2fcfdf commit 7ef89c3

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/html/template.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,11 @@
77
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
88
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
99
<style>
10-
.peripheral {
10+
.peripheral, .register, .field {
1111
border-radius: 3px;
1212
border: solid 1px #eee;
1313
margin-bottom: 5px;
1414
}
15-
.register {
16-
border-radius: 3px;
17-
border: solid 1px #eee;
18-
margin-bottom: 3px;
19-
}
20-
.field {
21-
border-radius: 3px;
22-
border: solid 1px #eee;
23-
margin-bottom: 3px;
24-
}
2515
.registers,
2616
.register-map {
2717
display: none;

0 commit comments

Comments
 (0)