Skip to content

Commit e5686b5

Browse files
authored
Fix redundant selectors
1 parent 47a9577 commit e5686b5

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

index.php

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@
2929
pre,
3030
input,
3131
button {
32+
padding: 10px;
3233
border-radius: 5px;
33-
}
34-
35-
pre,
36-
input,
37-
button {
3834
background-color: #efefef;
3935
}
4036

@@ -64,12 +60,6 @@
6460
background-color: #e6e6e6;
6561
}
6662

67-
pre,
68-
input,
69-
button {
70-
padding: 10px;
71-
}
72-
7363
.form-group {
7464
display: -webkit-box;
7565
display: -ms-flexbox;

0 commit comments

Comments
 (0)