Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Border appearing around a div :( Re: Border appearing around a div :(

#121386
yashar
Participant

hi,
i believe you have some border code in your css, please check your html and css code.

padding: 10px 15px;
background: #282d34;
color: #6c798d;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border-left: none;
border-right: none;
border-top: 1px solid #22252b;
border-bottom: 1px solid #353b43;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;