Showing
2 changed files
with
3 additions
and
2 deletions
1 | <div class="activity-entry clearfix"> | 1 | <div class="activity-entry clearfix"> |
2 | {{#activityEnter}} | 2 | {{#activityEnter}} |
3 | - <a href="{{href}}"> | 3 | + <a href="{{href}}" target="_blank"> |
4 | <img class="entry-item pull-left {{#if @first}}first{{/if}} {{#if @last}}last{{/if}}" src="{{image icon 330 300}}"> | 4 | <img class="entry-item pull-left {{#if @first}}first{{/if}} {{#if @last}}last{{/if}}" src="{{image icon 330 300}}"> |
5 | </img> | 5 | </img> |
6 | </a> | 6 | </a> |
@@ -155,6 +155,7 @@ | @@ -155,6 +155,7 @@ | ||
155 | position: absolute; | 155 | position: absolute; |
156 | left: 0; | 156 | left: 0; |
157 | bottom: 0; | 157 | bottom: 0; |
158 | + opacity: 0.5; | ||
158 | width: 100%; | 159 | width: 100%; |
159 | font-size: 22px; | 160 | font-size: 22px; |
160 | line-height: 30px; | 161 | line-height: 30px; |
@@ -234,7 +235,7 @@ | @@ -234,7 +235,7 @@ | ||
234 | } | 235 | } |
235 | 236 | ||
236 | .title { | 237 | .title { |
237 | - font-size: 25px; | 238 | + font-size: 12px; |
238 | height: 40px; | 239 | height: 40px; |
239 | line-height: 40px; | 240 | line-height: 40px; |
240 | text-align: center; | 241 | text-align: center; |
-
Please register or login to post a comment