diff options
| author | Chris Rebert <[email protected]> | 2013-07-28 20:53:59 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-28 20:53:59 -0700 |
| commit | 59ad7a9cf454a024ae0c9091d2e37f373181fb27 (patch) | |
| tree | 72f1484ddec4d901935297fdb04e259c3ec47301 /assets/css/docs.css | |
| parent | e1180daca001f8f6f4b5df7ab895bd40481835d3 (diff) | |
| download | bootstrap-59ad7a9cf454a024ae0c9091d2e37f373181fb27.tar.xz bootstrap-59ad7a9cf454a024ae0c9091d2e37f373181fb27.zip | |
docs.css: Remove border-color that's missing a value
/cc @mdo to fix this properly later
/cc @rcotrina94 from e1bb94c38370fd2542415557c660d0804d4f42b1
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 5228cad63..4cbe895ea 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -388,7 +388,6 @@ body { .bs-example-type .table td { color: #999; vertical-align: middle; - border-color: ; } .bs-example-type .table td, .bs-example-type .table th { |
