mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-24 14:15:32 +02:00
missing ; in css
This commit is contained in:
parent
2682e662b0
commit
783ac80dc8
@ -63,8 +63,8 @@ box-shadow: inset -1px -1px 0px 0px rgba(128,128,128,1);
|
||||
.box-inner .content {
|
||||
margin: auto;
|
||||
padding: 20px 2px;
|
||||
font-size: 10pt
|
||||
font-family: 'Sans-Serif';
|
||||
font-size: 10pt;
|
||||
font-family: 'Sans-Serif';
|
||||
display: inline-block;
|
||||
width: 60%;
|
||||
|
||||
@ -74,7 +74,7 @@ button,
|
||||
button:hover {
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
font-size: 10pt
|
||||
font-size: 10pt;
|
||||
font-family: 'Sans-Serif';
|
||||
display: inline-block;
|
||||
background-color: #c0c0c0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user