Update main.css
This commit is contained in:
parent
64da5bf794
commit
d1f8ecf481
1 changed files with 3 additions and 5 deletions
|
@ -43,7 +43,6 @@ div {
|
|||
.button {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.list {
|
||||
|
@ -54,8 +53,7 @@ div {
|
|||
|
||||
.buttons {
|
||||
padding-left: 0;
|
||||
display: block;
|
||||
float: center;
|
||||
display: inline-block;
|
||||
|
||||
}
|
||||
|
||||
|
@ -111,8 +109,8 @@ div {
|
|||
padding-left: 0;
|
||||
}
|
||||
.buttons {
|
||||
display: -ms-block;
|
||||
display: block;
|
||||
display: -ms-inline-block;
|
||||
display: inline-block;
|
||||
float: center;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
|
|
Loading…
Add table
Reference in a new issue