iframes yo

master
Nick Sergeant 2012-06-19 23:34:20 -04:00
parent 00232b8d00
commit 42644b3b3e
2 changed files with 7 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -170,8 +170,7 @@ header.main {
display: block;
float: left;
font: 500 14px $Helvetica;
padding: 7px;
padding-bottom: 4px;
padding: 6px 7px 5px 7px;
margin-right: 16px;
text-decoration: none;
-webkit-transition: border .08s linear;
@ -229,13 +228,13 @@ header.main {
max-width: 88px;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: 13px;
vertical-align: 14px;
}
i {
display: inline-block;
opacity: .3;
margin-left: 8px;
vertical-align: 11px;
vertical-align: 12px;
}
&:hover {
background: rgba(#5C8086, .2);
@ -723,6 +722,9 @@ article.snipt {
font-size: 13px;
margin: 9px 0;
}
iframe {
width: 100%;
}
}
}
aside {