index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | buildmaster/build-slaves.php | 2 |
diff --git a/buildmaster/build-slaves.php b/buildmaster/build-slaves.php index e0c4c02..0da5615 100644 --- a/buildmaster/build-slaves.php +++ b/buildmaster/build-slaves.php @@ -239,7 +239,7 @@ foreach($rows as $row) { <div> <form> <input type="hidden" name="sort" value="<?php print $_GET["sort"]?>"/> - <label for="showall">Show all:</label><input type="checkbox" name="showall" <?php print ( $showall ? "checked" : ""); ?>/> + <label style="font-weight: normal" for="showall">Show all:</label><input type="checkbox" name="showall" <?php print ( $showall ? "checked" : ""); ?>/> <input type="submit" value="Filter"> </form> </div> |