Add a border to an image

Phaser
HTML
<div class="pics-right">
<img src="images/phaser.jpg" class="border">
<p class="caption">Phaser</p>
</div>
Simply add the class name *border* to an <img>
element as shown above. This will add a 10px padding to an image along with a border. The border color is based on the LCARS theme.