diff options
| author | Andreas Cederstròˆm <[email protected]> | 2012-08-22 11:20:31 +0200 |
|---|---|---|
| committer | Andreas Cederstròˆm <[email protected]> | 2012-08-22 11:20:31 +0200 |
| commit | 361889def92af209c8d3315c4d1152fb9fc4bc36 (patch) | |
| tree | f9ac0e1e8b4db8958f2503a9dabf3433ebef2ed0 /docs/assets/css | |
| parent | 5d41742f170ad2722df34dcb337b83ade15d12cb (diff) | |
| download | bootstrap-361889def92af209c8d3315c4d1152fb9fc4bc36.tar.xz bootstrap-361889def92af209c8d3315c4d1152fb9fc4bc36.zip | |
Add .warning to table rows
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 889428d28..d6b4fc38d 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2034,6 +2034,10 @@ table .span24 { background-color: #f2dede; } +.table tbody tr.warning td { + background-color: #fcf8e3; +} + .table tbody tr.info td { background-color: #d9edf7; } |
