From 6652e2684d5852076d91203a26583000027a611e Mon Sep 17 00:00:00 2001 From: eduardo luttner Date: Sun, 28 Jul 2013 22:46:16 -0300 Subject: [PATCH 1/2] Javascript - tooltips directions - easier visualization Changed the order of the visualization. It is not the css order, however it is easier to see the tooltips --- javascript.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/javascript.html b/javascript.html index 10e469b4..86aef097 100644 --- a/javascript.html +++ b/javascript.html @@ -742,10 +742,10 @@ $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {

Four directions

- - - + + +
From 59ad7a9cf454a024ae0c9091d2e37f373181fb27 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Jul 2013 20:53:59 -0700 Subject: [PATCH 2/2] docs.css: Remove border-color that's missing a value /cc @mdo to fix this properly later /cc @rcotrina94 from e1bb94c38370fd2542415557c660d0804d4f42b1 --- assets/css/docs.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/css/docs.css b/assets/css/docs.css index 5228cad6..4cbe895e 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 {