מדיה ויקי:Mobile.css: הבדלים בין גרסאות בדף

מתוך ויקיפועל
קפיצה לניווט קפיצה לחיפוש
 
אין תקציר עריכה
שורה 3: שורה 3:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */
.mobile-float-reset { float: none !important; width: 100% !important; }
.mobile-float-reset { float: none !important; width: 100% !important; }
/* {{pp|small=yes}} */
body.skin-minerva table,
body.skin-minerva tr,
body.skin-minerva td,
body.skin-minerva tbody {
display: block !important;
width: 100% !important;
box-sizing: border-box;
}

גרסה מ־17:26, 5 בנובמבר 2023

/* הסגנונות הנכתבים כאן ישפיעו על הגולשים באתר למכשירים ניידים בלבד */

/* CSS placed here will affect users of the mobile site */
.mobile-float-reset { float: none !important; width: 100% !important; }

/* {{pp|small=yes}} */
body.skin-minerva table,
body.skin-minerva tr,
body.skin-minerva td,
body.skin-minerva tbody {
	display: block !important;
	width: 100% !important;
	box-sizing: border-box;
}