This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit a72a196
1 parent ffa45f1 commit a72a196 Copy full SHA for a72a196
File tree 3 files changed +18
-45
lines changed
bootstrap3-jinja/assets/css
3 files changed +18
-45
lines changed Original file line number Diff line number Diff line change @@ -97,18 +97,6 @@ body {
97
97
display : none;
98
98
}
99
99
100
- .translationslist p : before {
101
- content : " — " ;
102
- }
103
-
104
- .translationslist p : first-of-type : before {
105
- content : "" ;
106
- }
107
-
108
- .translationslist p {
109
- display : inline;
110
- }
111
-
112
100
.postindex article {
113
101
border-bottom : 1px solid # 4F5151 ;
114
102
padding-bottom : 1em ;
@@ -132,7 +120,8 @@ body {
132
120
}
133
121
.metadata p : before ,
134
122
.postpromonav .tags li : before ,
135
- .postlist .listdate : after {
123
+ .postlist .listdate : after ,
124
+ .translationslist p : before {
136
125
content : " — " ;
137
126
}
138
127
.postlist li {
@@ -165,7 +154,8 @@ body {
165
154
}
166
155
167
156
.metadata p : first-of-type : before ,
168
- .postpromonav .tags li : first-of-type : before {
157
+ .postpromonav .tags li : first-of-type : before ,
158
+ .translationslist p : first-of-type : before {
169
159
content : "" ;
170
160
}
171
161
.postpromonav .pager {
@@ -205,7 +195,8 @@ body {
205
195
cursor : not-allowed;
206
196
}
207
197
208
- .metadata p {
198
+ .metadata p ,
199
+ .translationslist p {
209
200
display : inline;
210
201
}
211
202
Original file line number Diff line number Diff line change @@ -118,15 +118,18 @@ article.post-micro {
118
118
}
119
119
120
120
.metadata p : before ,
121
- .postlist .listdate : after {
121
+ .postlist .listdate : after ,
122
+ .translationslist p : before {
122
123
content : " — " ;
123
124
}
124
125
125
- .metadata p : first-of-type : before {
126
+ .metadata p : first-of-type : before ,
127
+ .translationslist p : first-of-type : before {
126
128
content : "" ;
127
129
}
128
130
129
- .metadata p {
131
+ .metadata p ,
132
+ .translationslist p {
130
133
display : inline;
131
134
}
132
135
@@ -140,18 +143,6 @@ article.post-micro {
140
143
display : none;
141
144
}
142
145
143
- .translationslist p : before {
144
- content : " — " ;
145
- }
146
-
147
- .translationslist p : first-of-type : before {
148
- content : "" ;
149
- }
150
-
151
- .translationslist p {
152
- display : inline;
153
- }
154
-
155
146
.entry-content {
156
147
margin-top : 1em ;
157
148
}
Original file line number Diff line number Diff line change @@ -118,15 +118,18 @@ article.post-micro {
118
118
}
119
119
120
120
.metadata p : before ,
121
- .postlist .listdate : after {
121
+ .postlist .listdate : after ,
122
+ .translationslist p : before {
122
123
content : " — " ;
123
124
}
124
125
125
- .metadata p : first-of-type : before {
126
+ .metadata p : first-of-type : before ,
127
+ .translationslist p : first-of-type : before {
126
128
content : "" ;
127
129
}
128
130
129
- .metadata p {
131
+ .metadata p ,
132
+ .translationslist p {
130
133
display : inline;
131
134
}
132
135
@@ -140,18 +143,6 @@ article.post-micro {
140
143
display : none;
141
144
}
142
145
143
- .translationslist p : before {
144
- content : " — " ;
145
- }
146
-
147
- .translationslist p : first-of-type : before {
148
- content : "" ;
149
- }
150
-
151
- .translationslist p {
152
- display : inline;
153
- }
154
-
155
146
.entry-content {
156
147
margin-top : 1em ;
157
148
}
You can’t perform that action at this time.
0 commit comments