Nice gradient under snipts

master
Nick Sergeant 2011-10-24 23:02:48 -04:00
parent 0f630aca6f
commit 1632de8349
1 changed files with 12 additions and 0 deletions

View File

@ -384,6 +384,7 @@ article.snipt {
height: 200px;
overflow: hidden;
position: relative;
z-index: 49;
div.highlight {
pre {
@ -467,6 +468,17 @@ article.snipt {
box-shadow: none;
}
}
&:after {
bottom: 8px;
content: "";
height: 20px;
position: absolute;
right: 3px;
width: 50%;
z-index: 48;
.box-shadow(0, 6px, 12px, rgba(184, 184, 184, .6));
-webkit-transform: rotate(3deg);
}
}
aside {
float: right;