«ميدياويكي:Mobile.css»: الفرق بين المراجعتين

من Sudanese Songs Library
اذهب إلى: تصفح، ابحث
(أنشأ الصفحة ب'/* Added by Abdalla, 2019-12-01, to fix the font scaling problem in iOS; * See https://stackoverflow.com/questions/20924039/wrong-font-size-when-using-float-right-in-c...')
(لا فرق)

مراجعة ١٥:٢٥، ١ ديسمبر ٢٠١٩

/* Added by Abdalla, 2019-12-01, to fix the font scaling problem in iOS; 
 * See https://stackoverflow.com/questions/20924039/wrong-font-size-when-using-float-right-in-css-on-mobile-safari
 */
 
body {
    text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    -moz-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
}