1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*分類在右、更新在左*/
/*此為官方提供之寫法*/
#filter_tab li{
clear: none;
width: auto;
margin-right: 5px;}
#filter_tab a{
height:25px !important;
margin:0 !important;}
.timeline_control{
margin-left:0;}
#timeline_control_holder{
width:100%;}
#updater{
left:5px;}
#off_tab.timeMachine a{
height:5px !important;
margin:5PX !important;
width:100%;}
Raw