Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Cederstròˆm <andreas@klydd.se>2012-08-22 13:20:31 +0400
committerAndreas Cederstròˆm <andreas@klydd.se>2012-08-22 13:20:31 +0400
commit361889def92af209c8d3315c4d1152fb9fc4bc36 (patch)
treef9ac0e1e8b4db8958f2503a9dabf3433ebef2ed0 /docs/templates/pages
parent5d41742f170ad2722df34dcb337b83ade15d12cb (diff)
Add .warning to table rows
Diffstat (limited to 'docs/templates/pages')
-rw-r--r--docs/templates/pages/base-css.mustache14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index ecf0100d37..e6970fbc7b 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -625,6 +625,12 @@
</tr>
<tr>
<td>
+ <code>.warning</code>
+ </td>
+ <td>{{_i}}Indicates a warning that might need attention.{{/i}}</td>
+ </tr>
+ <tr>
+ <td>
<code>.info</code>
</td>
<td>{{_i}}Used as an alternative to the default styles.{{/i}}</td>
@@ -654,12 +660,18 @@
<td>02/04/2012</td>
<td>Declined</td>
</tr>
- <tr class="info">
+ <tr class="warning">
<td>3</td>
<td>TB - Monthly</td>
<td>03/04/2012</td>
<td>Pending</td>
</tr>
+ <tr class="info">
+ <td>4</td>
+ <td>TB - Monthly</td>
+ <td>04/04/2012</td>
+ <td>Call in to confirm</td>
+ </tr>
</tbody>
</table>
</div>{{! /example }}