- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
توقيع في المنتديآت يظهر في الزاويه
الساعة الآن 02:23 AM
/* Base Image Styling in Posts */
.resize_img {
border: 1px solid #ddd;
padding: 3px;
background: #fff;
border-radius: 4px;
max-width: 100%; /* Important to prevent horizontal scroll */
height: auto;
display: block;
cursor: zoom-in;
}/* Base Image Styling in Posts */
.resize_img {
border: 1px solid #ddd;
padding: 3px;
background: #fff;
border-radius: 4px;
max-width: 100% !important; /* Important to prevent horizontal scroll */
height: auto;
cursor: zoom-in;
}