Browse code

tweaks

Philip I. Thomas authored on 19/10/2012 at 06:35:50
Showing 1 changed files
... ...
@@ -360,7 +360,13 @@ function project($name,$look,$code) {
360 360
 
361 361
 function extra($title,$blob) {
362 362
 	echo '<div class="row">
363
-				<div class="span2">
364
-				<span class="pull-right hidden-phone"><strong>'.$title.'</strong></
363
+				<div class="span3">
364
+					<span class="pull-right hidden-phone"><strong>'.$title.'</strong></span>
365
+					<span class="visible-phone badge">'.$title.'</span>
366
+				</div>
367
+				<div class="span9">
368
+					'.$blob.'
369
+				</div>';
370
+				
365 371
 }
366 372
 ?>
367 373
\ No newline at end of file