diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css index cf9ea986..99da77fb 100644 --- a/i2p2www/static/styles/duck/default.css +++ b/i2p2www/static/styles/duck/default.css @@ -174,6 +174,16 @@ div#content .inner:before { width: 100%; } +div#content .inner:after { + bottom: 0; + box-shadow: 0px -6px 12px -12px inset; + content: " "; + height: 12px; + left: 0; + position: absolute; + width: 100%; +} + div#content .inner .fluid { background-color: #fefff1; } @@ -456,7 +466,6 @@ pre.literal-block { width: auto; border-top: 3px solid #883333; background: #552222; - box-shadow: 0px -4px 8px rgba(0,0,0,.3); font-size: 0.75rem; padding: 1em 10%; background: -moz-linear-gradient(#883333, #772222);