|
发表于 2003-12-9 05:10:37
|
显示全部楼层
[root@localhost chrome]# pwd
/root/.mozilla/default/7f2oavqr.slt/chrome
[root@localhost chrome]# ls
chrome.rdf userChrome-example.css
userChrome.css userContent-example.css
[root@localhost chrome]# cat userChrome.css
*{
font-size: 9pt !important;
font-family: Tahoma !important;
}
[root@localhost chrome]#
其他的行可以全部删掉,内容如上就行了.漂亮的要死了,哈 |
|