Skip to content

Commit

Permalink
Add .img-thumbnail to theme screenshot.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Jul 14, 2013
1 parent 24f9949 commit dae2f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/themes.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
foreach ($themes as $id => $theme) : ?>

<div class="four columns white rounded themes box">
<img src="<?php echo asset("themes/{$id}/screenshot.png"); ?>">
<img src="<?php echo asset("themes/{$id}/screenshot.png"); ?>" class="img-thumbnail">
<h3><?php echo $theme->name; ?></h3>
<p><?php echo $theme->description; ?></p>

Expand Down

0 comments on commit dae2f1c

Please sign in to comment.