aboutsummaryrefslogtreecommitdiff
path: root/docs/less.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/less.html')
-rw-r--r--docs/less.html18
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/less.html b/docs/less.html
index 89e06cf91..a641c9ee3 100644
--- a/docs/less.html
+++ b/docs/less.html
@@ -199,45 +199,47 @@
<tbody>
<tr>
<td class="span2"><code>@sansFontFamily</code></td>
- <td>"Helvetica Neue", Helvetica, Arial, sans-serif</td>
+ <td colspan="2">"Helvetica Neue", Helvetica, Arial, sans-serif</td>
</tr>
<tr>
<td><code>@serifFontFamily</code></td>
- <td><code>Georgia, "Times New Roman", Times, serif</code></td>
+ <td colspan="2"><code>Georgia, "Times New Roman", Times, serif</code></td>
</tr>
<tr>
<td><code>@monoFontFamily</code></td>
- <td>Menlo, Monaco, "Courier New", monospace</td>
+ <td colspan="2">Menlo, Monaco, "Courier New", monospace</td>
</tr>
<tr>
<td class="span2"><code>@baseFontSize</code></td>
<td>13px</td>
+ <td><em class="muted">Must be pixels</em></td>
</tr>
<tr>
<td><code>@baseFontFamily</code></td>
- <td><code>@sansFontFamily</code></td>
+ <td colspan="2"><code>@sansFontFamily</code></td>
</tr>
<tr>
<td><code>@baseLineHeight</code></td>
<td>18px</td>
+ <td><em class="muted">Must be pixels</em></td>
</tr>
<tr>
<td><code>@altFontFamily</code></td>
- <td><code>@serifFontFamily</code></td>
+ <td colspan="2"><code>@serifFontFamily</code></td>
</tr>
<tr>
<td class="span2"><code>@headingsFontFamily</code></td>
- <td><code>inherit</code></td>
+ <td colspan="2"><code>inherit</code></td>
</tr>
<tr>
<td><code>@headingsFontWeight</code></td>
- <td><code>bold</code></td>
+ <td colspan="2"><code>bold</code></td>
</tr>
<tr>
<td><code>@headingsColor</code></td>
- <td><code>inherit</code></td>
+ <td colspan="2"><code>inherit</code></td>
</tr>
</tbody>
</table>