From 4933ccf02e414b894e4ef91c75f3a4fc2ad8f369 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Sat, 28 Dec 2013 11:11:54 +0000 Subject: [PATCH] Site: Styling documentation for the currently provided three CSS framework integrations: - Bootstrap - Foundation - jQuery UI --- .datatables-commit-sync | 2 +- examples/basic_init/zero_configuration.html | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.datatables-commit-sync b/.datatables-commit-sync index b1c1c187..49cef70e 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -c4451afc15c77bfc622d3999e267e7057c0e73c0 +674d4f82869b6cbdb2158231b13297f817d8f660 diff --git a/examples/basic_init/zero_configuration.html b/examples/basic_init/zero_configuration.html index ab5443eb..7b2886d2 100644 --- a/examples/basic_init/zero_configuration.html +++ b/examples/basic_init/zero_configuration.html @@ -10,6 +10,10 @@ @@ -554,7 +558,9 @@ $(document).ready(function() {

This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in order to correctly display the table. The additional CSS used is shown - below:

+ below:

tr.red { background-color: red !important; } + tr.blue { background-color: blue !important; } + tr.green { background-color: green !important; }

The following CSS library files are loaded for use in this example to provide the styling of the