标签: css firebug
是否可以在firebug css编辑器中阻止换行?
我不喜欢这样的代码:
#searchertabs ul li { float: left; list-style: none outside none; margin-right: 1px; }
我喜欢那样:
#searchertabs ul li {float:left; list-style: none; margin-right: 1px;}