Top shadow
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user