Imagebar: reduce image outline size, make background orange

This makes the imager more consistent in looks with the retail software warning below.
This commit is contained in:
archshift 2014-12-01 01:18:31 -08:00
parent c4e6510e24
commit 9ac400f615

View File

@ -137,15 +137,15 @@ p + ul {
/* *** IMAGEBAR ******************************** */
#imagebar {
padding: 0.5vw;
margin: 0;
background-color: #F80;
}
#imagebar img {
margin: auto;
width: 24vw;
max-width: 400px;
border: 0.2vw #000 solid;
border: 2px #FFF solid;
border-radius: 0.3vw;
}