From 387e55a469fa77dd780d176c3878b5a410f7d604 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 14 Jun 2018 11:18:59 +0100 Subject: [PATCH] DEV: minor tweaks to the styling examples --- .datatables-commit-sync | 2 +- examples/styling/bootstrap.html | 4 ++-- examples/styling/bootstrap4.html | 2 +- examples/styling/compact.html | 3 +-- examples/styling/foundation.html | 4 ++-- examples/styling/hover.html | 4 ++-- 6 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 07e06792..2eb30074 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -f3f84c92698f2df79e4b4ae954d01b7ba9e59068 +b02b8a2f75de6475a7c3fe7ced96103e744a6092 diff --git a/examples/styling/bootstrap.html b/examples/styling/bootstrap.html index 3c903139..363ab507 100644 --- a/examples/styling/bootstrap.html +++ b/examples/styling/bootstrap.html @@ -34,8 +34,8 @@ $(document).ready(function() { "http://getbootstrap.com/css/#tables">table styling options to present an interface with a uniform design, based on Bootstrap, for your site / app.

DataTables' Bootstrap integration also provides a renderer for the pagination control in DataTables to ensure that the pagination of the table is also styled consistently by Bootstrap.

-

This integration is done simply by including the DataTables Bootstrap files (CSS and JS) which will set the defaults needed for DataTables to be initialised as - normal, as shown in this examples.

+

This integration is done simply by including the DataTables Bootstrap files (CSS and JS) which sets the defaults needed for DataTables to be initialised as + normal, as shown in this example.

diff --git a/examples/styling/bootstrap4.html b/examples/styling/bootstrap4.html index 331321df..d2c44585 100644 --- a/examples/styling/bootstrap4.html +++ b/examples/styling/bootstrap4.html @@ -31,7 +31,7 @@ $(document).ready(function() {

DataTables example Bootstrap 4

As with Bootstrap 3, DataTables can also be integrated seamlessly with Bootstrap 4. This integration is done simply by including the DataTables Bootstrap 4 - files (CSS and JS) which will set the defaults needed for DataTables to be initialised as normal, as shown in this examples.

+ files (CSS and JS) which sets the defaults needed for DataTables to be initialised as normal, as shown in this example.

diff --git a/examples/styling/compact.html b/examples/styling/compact.html index 646c511f..3f8beaed 100644 --- a/examples/styling/compact.html +++ b/examples/styling/compact.html @@ -28,8 +28,7 @@ $(document).ready(function() {

DataTables example Base style - compact

-

The compact class is used to reduce the amount of white-space the default styling for the DataTable uses, increasing the information density on - screen, as shown below.

+

The compact class reduces the amount of white-space in the default styling, increasing the information density on screen, as shown below.

diff --git a/examples/styling/foundation.html b/examples/styling/foundation.html index ddb4fd21..51b64beb 100644 --- a/examples/styling/foundation.html +++ b/examples/styling/foundation.html @@ -34,8 +34,8 @@ $(document).ready(function() { "http://foundation.zurb.com/docs/components/tables.html">table styling options to present a consistent interface with your Foundation driven site / app.

DataTables' Foundation integration also provides a renderer for the pagination control in DataTables to ensure that the pagination of the table is also styled consistently by Foundation.

-

This integration is done simply by including the DataTables Foundation files (CSS and JS) which will set the defaults needed for DataTables to be initialised as - normal, as shown in this examples.

+

This integration is done simply by including the DataTables Foundation files (CSS and JS) which sets the defaults needed for DataTables to be initialised as + normal, as shown in this example.

diff --git a/examples/styling/hover.html b/examples/styling/hover.html index bb1a70ac..f9515200 100644 --- a/examples/styling/hover.html +++ b/examples/styling/hover.html @@ -28,8 +28,8 @@ $(document).ready(function() {

DataTables example Base style - hover

-

This example shows DataTables with just the hover class specified. This class will instruct DataTables' styling to highlight a row when the mouse - is hovered over it.

+

This example shows DataTables with just the hover class specified. This class instructs DataTables' styling to highlight a row when the mouse is + hovered over it.