diff --git a/css-site/style.css b/css-site/style.css index a0c2948c..d69424f3 100644 --- a/css-site/style.css +++ b/css-site/style.css @@ -120,6 +120,11 @@ a:hover { margin-right: 1px; } +a.btn, +button.btn { + white-space: normal !important; +} + body { padding-top: 60px; } diff --git a/css/slickgrid.css b/css/slickgrid.css index 5d1835a3..e1949193 100644 --- a/css/slickgrid.css +++ b/css/slickgrid.css @@ -169,7 +169,7 @@ classes should alter those! font-size: 12px; padding: 2px; width: 22px; - height: 14px; + height: 16px; line-height: 13px; } diff --git a/demos/index.html b/demos/index.html index 16ffa9f2..6c82024e 100644 --- a/demos/index.html +++ b/demos/index.html @@ -11,7 +11,7 @@ root: ../
The Data Explorer is a full @@ -37,7 +37,7 @@ root: ../ was originally developed to build.
Create timelines quickly and easily using the source code)
See Recline's geo filter and map view capabilities put to good use @@ -69,7 +69,7 @@ root: ../ Data Explorer pre-configured to show thefts near 9th and Mission.
See how easy it is to build a responsive AJAX-based search interface @@ -85,7 +85,7 @@ root: ../ to easily customize the display of results.
The tutorials on this website will usually be based on the latest (master) codebase. It should also be very stable.