Skip to content

Commit

Permalink
always include globals.css in download package
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Hayes committed Jul 6, 2012
1 parent a23f5e5 commit 27b1227
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion marketing/download.php
Expand Up @@ -53,7 +53,6 @@
<div class="six columns">
<ul class="no-bullet customizer css">
<li><label><input type="checkbox" id="toggleCss" checked="checked"> All</label> <em>Kitchen sink</em></li> <!-- Need to have this check everything -->
<li><label><input type="checkbox" name="css[]" value="globals" checked="checked"> globals.css</label> <em>Body and misc styles</em></li>
<li><label><input type="checkbox" name="css[]" value="typography" checked="checked"> typography.css</label> <em>Global typography elements</em></li>
<li><label><input type="checkbox" name="css[]" value="grid" checked="checked"> grid.css</label> <em>Responsive grid</em></li>
<li><label><input type="checkbox" name="css[]" value="forms" checked="checked"> forms.css</label> <em>Normal and custom forms</em></li>
Expand Down

0 comments on commit 27b1227

Please sign in to comment.