Border Changes

This commit is contained in:
Arona Jones
2014-10-21 12:59:20 +01:00
parent 7ae2ed535d
commit c2bd20ef8a
2 changed files with 8 additions and 3 deletions

View File

@@ -1,12 +1,17 @@
.media {
width:55px;
width:60px;
position: absolute;
top: 170px;
top: 200px;
right: 0px;
background-color: lightblue;
border: 5px;
border-color: white;
border-style: groove;
}
.media img {
width: 40px;
float: right;
margin-right: 5px;
margin-bottom: 5px;
margin-top: 5px;
}