Оформление постбита

Messages
1,608
Reaction score
288
Website
tehadm.ru
CSS:
//Оформление постбита
.message-userExtras .pairs{
    padding: 5px;
    margin: 1px 0 0;  
    background: #fefefe;
    border-width: 1px;
    border-style: solid;
    border-top-color: #dfdfdf;
    border-right-color: #d8d8d8;
    border-bottom-color: #cbcbcb;
    border-left-color: #d8d8d8;
}
 

Attachments

  • Screenshot_1.png
    Screenshot_1.png
    28.9 KB · Views: 3
Last edited:
Back
Top