Browse code

Update "visit" link in project function to be green instead of low-contrast grey

Philip I. Thomas authored on 20/10/2012 at 00:14:00
Showing 1 changed files
... ...
@@ -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