Better bottom shadow

This commit is contained in:
str4d
2015-12-04 02:26:59 +00:00
parent 7e47f1702e
commit 1f7c5ba248

View File

@@ -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);