-
Notifications
You must be signed in to change notification settings - Fork 0
/
ie.css
126 lines (98 loc) · 1.23 KB
/
ie.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
.post {
height: 153px;
}
#top-primary {
margin-right: -300px;
clear: right;
}
#top-secondary {
height: 266px;
clear: left;
}
#sidebar {
height: 300px;
}
.post-sup {
height: 30px
}
.post-comments-link a {
margin-top: 0;
padding-top: 0;
}
#prev-posts {
height: 233px;
}
.prev-post-excerpt p a img {
display: none;
}
#prev-posts-footer .nav-prev {
background: none;
}
#prev-posts-footer .nav-prev a {
margin: 0;
}
#prev-posts-footer img {
display: inline;
}
#prev-posts-footer .nav-next {
background: none;
}
#prev-posts-footer .nav-next a {
margin: 0;
}
#archives {
height: 147px;
}
#post-comments {
height: 180px;
}
#comment-form {
height: 180px;
padding-right: 0px;
}
#tags {
height: 160px;
}
#bottom-secondary {
position: relative;
right: 0px;
height: 250px;
overflow: auto;
}
.post-comments-link {
padding-top: 3px;
}
#feeds {
border: none;
cursor: pointer;
}
.feedlink {
border: none;
}
.feedlink a {
border: none;
width: 156px;
}
#feeds a:hover {
padding-bottom: 0px;
cursor: pointer;
}
#habari-link {
margin-top: 0;
}
#navbar {
width: 930px;
margin-top: 20px;
}
.archlist-left {
margin: 0;
}
.archlist-right {
margin: 0;
}
#title {
margin-bottom: 10px;
}
#footer {
margin-left: 65px;
}