19 lines
199 B
CSS
19 lines
199 B
CSS
|
|
.box_2{
|
|
line-height:30px;
|
|
float:right;
|
|
margin-right:8px;
|
|
margin-bottom:10px;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
|
|
img{
|
|
height:15px !important;
|
|
}
|
|
|
|
body{
|
|
background-color:#333;
|
|
}
|
|
|