Merge pull request #87 from maxlefou/patch-1

missing ; in css
This commit is contained in:
grassmunk 2019-08-15 10:54:07 -07:00 committed by GitHub
commit 3b321605fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -63,8 +63,8 @@ box-shadow: inset -1px -1px 0px 0px rgba(128,128,128,1);
.box-inner .content { .box-inner .content {
margin: auto; margin: auto;
padding: 20px 2px; padding: 20px 2px;
font-size: 10pt font-size: 10pt;
font-family: 'Sans-Serif'; font-family: 'Sans-Serif';
display: inline-block; display: inline-block;
width: 60%; width: 60%;
@ -74,7 +74,7 @@ button,
button:hover { button:hover {
padding: 5px; padding: 5px;
width: 100%; width: 100%;
font-size: 10pt font-size: 10pt;
font-family: 'Sans-Serif'; font-family: 'Sans-Serif';
display: inline-block; display: inline-block;
background-color: #c0c0c0; background-color: #c0c0c0;