【 以下文字转载自 Programming 讨论区 】
发信人: Donier (仙童), 信区: Programming
标 题: Safari stylesheet zoom
发信站: BBS 未名空间站 (Wed Aug 6 07:53:20 2014, 美东)
mitbbs webpages' fonts are too small in Safari@Mavericks, I put this in
Advancedstylesheet
----------
body {
zoom: 108%;
}
-------
But I wonder if css can check the domain( e.g. only mitbbs etc.) to use such
stylesheet?
thanks in advance.
mitbbs webpages' fonts are too small in Safari@Mavericks, I put this in
Advancedstylesheet
----------
body {
zoom: 108%;
}
-------
But I wonder if css can check the domain( e.g. only mitbbs etc.) to use such
stylesheet?
thanks in advance.