... | ... |
@@ -396,7 +396,7 @@ function project($name,$look,$code) { |
396 | 396 |
echo '<li style="padding-top: 12px">'.$name; |
397 | 397 |
if (!empty($look)) { |
398 | 398 |
// link to look at completed project |
399 |
- echo ' <a href="'.$look.'" target="_BLANK" ><span class="badge">Visit <i class="icon-arrow-right icon-white"></i></label></a>'; |
|
399 |
+ echo ' <a href="'.$look.'" target="_BLANK" ><span class="badge badge-success">Visit <i class="icon-arrow-right icon-white"></i></label></a>'; |
|
400 | 400 |
} |
401 | 401 |
if (!empty($code)) { |
402 | 402 |
// link to look at completed project |