Autocommit by [fab staticfiles]

master
Nick Sergeant 2011-10-24 23:03:43 -04:00
parent 1632de8349
commit ee865b9d8a
2 changed files with 28 additions and 0 deletions

View File

@ -364,6 +364,7 @@ article.snipt div.container section.code {
height: 200px;
overflow: hidden;
position: relative;
z-index: 49;
}
article.snipt div.container section.code div.highlight pre {
font: normal 14px/18px 'InconsolataMedium', Consolas, Menlo, "Courier New", monospace;
@ -441,6 +442,19 @@ article.snipt div.container section.expanded a.expand {
-moz-box-shadow: none;
box-shadow: none;
}
article.snipt div.container:after {
bottom: 8px;
content: "";
height: 20px;
position: absolute;
right: 3px;
width: 50%;
z-index: 48;
-webkit-box-shadow: 0 6px 12px rgba(184, 184, 184, 0.6);
-moz-box-shadow: 0 6px 12px rgba(184, 184, 184, 0.6);
box-shadow: 0 6px 12px rgba(184, 184, 184, 0.6);
-webkit-transform: rotate(3deg);
}
article.snipt aside {
float: right;
width: 130px;

View File

@ -316,6 +316,7 @@ article.snipt div.container section.code {
height: 200px;
overflow: hidden;
position: relative;
z-index: 49;
}
article.snipt div.container section.code div.highlight pre {
font: normal 14px/18px 'InconsolataMedium', Consolas, Menlo, "Courier New", monospace;
@ -393,6 +394,19 @@ article.snipt div.container section.expanded a.expand {
-moz-box-shadow: none;
box-shadow: none;
}
article.snipt div.container:after {
bottom: 8px;
content: "";
height: 20px;
position: absolute;
right: 3px;
width: 50%;
z-index: 48;
-webkit-box-shadow: 0 6px 12px rgba(184, 184, 184, 0.6);
-moz-box-shadow: 0 6px 12px rgba(184, 184, 184, 0.6);
box-shadow: 0 6px 12px rgba(184, 184, 184, 0.6);
-webkit-transform: rotate(3deg);
}
article.snipt aside {
float: right;
width: 130px;