13 lines
No EOL
221 B
CSS
13 lines
No EOL
221 B
CSS
.button {
|
|
width: 88px;
|
|
height: 31px;
|
|
image-rendering: -moz-crisp-edges;
|
|
image-rendering: -webkit-optimize-contrast;
|
|
}
|
|
|
|
#footer {
|
|
display: table;
|
|
text-align: center;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
} |