Skip to content

Commit 93581f6

Browse files
committed
fix news-box CSS
1 parent 3a47196 commit 93581f6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pdl.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,6 @@ h1, h2, h3, h4 { color: #347 }
190190
text-align: justify;
191191
}
192192

193-
.main ul, .main ol, .main dl { display: table }
194-
195193
.main .tabs ul, .main .tabs ol { display: block }
196194
.main .tabs a.link { color: blue }
197195

@@ -222,8 +220,7 @@ h1, h2, h3, h4 { color: #347 }
222220
}
223221

224222
.news dl {
225-
width:100%;
226-
overflow:hidden;
223+
text-align: left;
227224
}
228225

229226
.news dt {

0 commit comments

Comments
 (0)