Add border to brow explainer

This commit is contained in:
Ruben 2016-09-19 10:36:04 +01:00
parent cf19495d17
commit 86f5d05506
1 changed files with 9 additions and 2 deletions

View File

@ -44,6 +44,10 @@ EOSNIPPET;
<title>Emotion Hero</title>
</head>
<style type="text/css">
html{
height:100%;
overflow:hidden;
}
body{
background:blue;
font-family:"Unifont";
@ -159,10 +163,13 @@ padding: 0.5em;
.nose .block{position:relative;margin-bottom:2%;}
.nose .block span{position:absolute;top:0;right:0;color:white;text-align:right;padding:0.5%;}
.brow_explainer{
}
.brow_explainer {
margin-top:3%;font-size:85%;
border-left: 0.3em solid blue;
width: 22%;
padding-left: 0.4em;
margin-left: -0.1em;
}
.brow_explainer img{filter:unset;margin-bottom:5%;}
.brow_explainer ol{