Shrunk the print_optionbar wells so they take up less space

This commit is contained in:
laf
2015-02-22 21:39:00 +00:00
parent 8b719b6c9a
commit 4c77b9a7c0

View File

@@ -483,7 +483,7 @@ function print_port_thumbnail($args)
function print_optionbar_start ($height = 0, $width = 0, $marginbottom = 5) function print_optionbar_start ($height = 0, $width = 0, $marginbottom = 5)
{ {
echo(' echo('
<div class="well"> <div class="well well-sm">
'); ');
} }