This commit is contained in:
cristianeph 2017-09-14 11:31:23 +00:00 committed by GitHub
commit 28b523be96

View File

@ -850,7 +850,7 @@ address {
code, code,
pre { pre {
padding: 0 3px 2px; padding: 0 3px 2px;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-family: monospace, "Courier New", Monaco, Menlo, Consolas;
font-size: 12px; font-size: 12px;
color: #333333; color: #333333;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
@ -2938,7 +2938,7 @@ table [class*=span],
min-height: 20px; min-height: 20px;
padding: 19px; padding: 19px;
margin-bottom: 20px; margin-bottom: 20px;
background-color: #f5f5f5; background-color: #f1f1f1;
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
@ -5771,4 +5771,4 @@ a.badge:hover {
.affix { .affix {
position: fixed; position: fixed;
} }