36 lines
522 B
CSS
Executable File
36 lines
522 B
CSS
Executable File
|
|
#hosting_informations #td_left {
|
|
width:15%;
|
|
vertical-align: middle;
|
|
text-align:center;
|
|
border:none;
|
|
background:none;
|
|
}
|
|
|
|
#hosting_informations #td_right {
|
|
width:75%;
|
|
background:none;
|
|
border:none;
|
|
}
|
|
|
|
|
|
#hosting_informations img {
|
|
border: none;
|
|
}
|
|
|
|
#hosting_informations #td_right td {
|
|
border: 1px solid #f2f2f2;
|
|
background-color: #FAFAFA;
|
|
text-align:center;
|
|
}
|
|
#hosting_informations #td_right .title {
|
|
text-align:right;
|
|
width:26%;
|
|
}
|
|
|
|
#hosting_informations #offer_information {
|
|
margin:auto;
|
|
width:710px;
|
|
}
|
|
|