diff --git a/styles/home.css b/styles/home.css index fa094320b..e316969cd 100644 --- a/styles/home.css +++ b/styles/home.css @@ -64,7 +64,3 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 p.archive { text-align: right; } - -pre.small { - padding: 0; -} \ No newline at end of file diff --git a/styles/theme-base.css b/styles/theme-base.css index d05e5f26a..817553c23 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1138,6 +1138,9 @@ fieldset { overflow: auto; font: normal 0.875rem / 1.46 "Source Code Pro", monospace; } +.content-box pre.small { + padding: 0; +} @media (max-width: 465px) { .content-box h3 .release-state { display: none;