我想将导航栏放在中心位置。我使用Blogger的简单模板'。
我发现相关的代码:
.tabs-inner .widget ul {
margin: 0 auto;
background: transparent none repeat scroll bottom;
border-radius: 0;
width: 95%;
}
答案 0 :(得分:0)
尝试更改以下值: 例如:
Map<Integer, Integer> mapFootPrint = new HashMap<Integer, Integer>();
for(int i = 1; i < 1000; i ++){
mapFootPrint.put(i, i+ 128); //no cache integer
ImmutableMap<Integer, Integer> immutableMap = ImmutableMap.copyOf(mapFootPrint);
System.out.println(MemoryMeasurer.measureBytes(mapFootPrint));
System.out.println(MemoryMeasurer.measureBytes(immutableMap));
}
让我知道
答案 1 :(得分:0)
根据您的模板,以下的组合应该工作(尝试全部应用它们,如果需要结果,请逐渐删除,直到您看到结果与原始结果相反。最后删除的将是必要的话):
#blog-pager {
margin: 0px;
}
.widget {
margin: 0px;
}
.main-inner .column-center-inner .section {
margin-left: 0px;
margin-right:0px;
}
.tabs-inner .widget ul {
width: 100%;
margin: 0px;
}
.tabs-inner, .section {
padding: 0px;
margin: 0px;
}