|
发表于 2009-2-6 22:26:06
|
显示全部楼层
.Navbar {
visibility:hidden;
display: none;
}
将上面的代码放在body 之后
/* Page之前
演示:jl520.net.ru
具体在 控制台 ——》 布局 ——》 修改 HTML ——》 修改模板中
我的 这样的:
body {
background:#bca;
margin:0;
text-align:center;
line-height: 1.5em;
font: x-small Trebuchet MS, Verdana, Arial, Sans-serif;
color:$mainTextColor;
font-size/* */:/**/small;
font-size: /**/small;
}
.Navbar {
visibility:hidden;
display: none;
}
/* Page Structure
----------------------------------------------- */
/* The images which help create rounded corners depend on the
following widths and measurements. If you want to change
these measurements, the images will also need to change.
*/
[ 本帖最后由 jlcsit 于 2009-2-8 20:53 编辑 ] |
|