Commit fd9cb35804221c60e33e93479aca8238e16d0350
Merge branch 'dev'
Showing
2 changed files
with
2 additions
and
2 deletions
css/style/collection.css
... | ... | @@ -115,11 +115,11 @@ |
115 | 115 | font-size: 16px; |
116 | 116 | color: #333; |
117 | 117 | line-height: 1; |
118 | - clear: both; | |
119 | 118 | } |
120 | 119 | #collection .m-table-view h3.title { |
121 | 120 | padding-bottom: 5px; |
122 | 121 | margin: 0; |
122 | + display: block; | |
123 | 123 | } |
124 | 124 | #collection .main-cate .value-red { |
125 | 125 | font-size: 14px; | ... | ... |