Top shadow

This commit is contained in:
str4d
2015-05-29 23:43:08 +00:00
parent c00f7739ff
commit aaf4d19fca

View File

@ -168,6 +168,16 @@ div#content .inner {
line-height: 1.4em;
}
div#content .inner:before {
box-shadow: 0 6px 12px -12px inset;
content: " ";
height: 12px;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
div#content .sidebar {
background: rgba(171, 204, 113, 0.6);
border-bottom: 2px solid #abcc71;