Lots of tidying up, moved inline CSS into SCSS

This commit is contained in:
David Taylor
2016-10-08 19:32:45 +01:00
parent ac7e85c24a
commit 008edd8bee
7 changed files with 116 additions and 122 deletions

View File

@@ -147,3 +147,25 @@ ins {
};
}
}
html.embedded{
min-height:100%;
body{
min-height:100%;
padding:0;
}
.embed_container{
border:5px solid #e9e9e9;
padding-top:12px;
min-height:100%;
width:100%;
}
.source{
background: url('/static/imgs/pyrigs-avatar.png') no-repeat;
background-size: 16px 16px;
padding-left: 20px;
}
}