37 lines
503 B
Plaintext
37 lines
503 B
Plaintext
|
.account_validation {
|
||
|
background: #e4e4e4 url("../img/box.png") repeat-x bottom;
|
||
|
float: right;
|
||
|
width: 395px;
|
||
|
margin-top: 35px;
|
||
|
margin-bottom: 35px;
|
||
|
|
||
|
.social, .offers {
|
||
|
font-weight: bold;
|
||
|
margin-top: 20px;
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
div.content {
|
||
|
padding: 5px 15px 15px;
|
||
|
}
|
||
|
|
||
|
.social ul {
|
||
|
list-style: none outside;
|
||
|
overflow: auto;
|
||
|
|
||
|
li {
|
||
|
float: left;
|
||
|
margin-right: 20px;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.offers ul li {
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
}
|