Commit f09d6b7a authored by Mark Otto's avatar Mark Otto

grunt

parent ed2da1c3
...@@ -1357,6 +1357,12 @@ kbd { ...@@ -1357,6 +1357,12 @@ kbd {
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
} }
kbd kbd {
padding: 0;
font-size: 100%;
-webkit-box-shadow: none;
box-shadow: none;
}
pre { pre {
display: block; display: block;
padding: 9.5px; padding: 9.5px;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment