Merge pull request #504 from laf/issue-laf-122

Shrunk the print_optionbar wells so they take up less space
This commit is contained in:
Neil Lathwood
2015-02-22 21:50:10 +00:00
+1 -1
View File
@@ -483,7 +483,7 @@ function print_port_thumbnail($args)
function print_optionbar_start ($height = 0, $width = 0, $marginbottom = 5)
{
echo('
<div class="well">
<div class="well well-sm">
');
}