This commit is contained in:
tidusjar 2016-03-10 14:24:49 +00:00
commit 74feb0c82a
9 changed files with 119 additions and 92 deletions

View file

@ -1082,7 +1082,7 @@ th {
box-sizing: border-box;
}
html {
font-size: 10px;
font-size: 16px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
@ -1589,8 +1589,8 @@ pre code {
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
padding-left: .9375rem;
padding-right: .9375rem;
}
@media (min-width: 768px) {
.container {
@ -2563,7 +2563,7 @@ output {
background-color: #ffffff;
background-image: none;
border: 1px solid transparent;
border-radius: 0;
border-radius: .25rem;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;