Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMurali Mohan Rath <mmrath@gmail.com>2015-11-01 09:59:07 +0300
committerMurali Mohan Rath <mmrath@gmail.com>2015-11-01 09:59:07 +0300
commit002a51ef5e1579a1a4416a1c90fa9ecc672493d4 (patch)
tree069c526b3fa997e8fdb97e7a53744992bed20308 /static
parentc18d4421139318657ea1e553f0e1d4f3df1e75b3 (diff)
fix tables
Diffstat (limited to 'static')
-rw-r--r--static/js/site.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/js/site.js b/static/js/site.js
new file mode 100644
index 0000000..1324668
--- /dev/null
+++ b/static/js/site.js
@@ -0,0 +1,5 @@
+$(
+ function(){
+ $("table").addClass("table table-condensed table-bordered table-striped");
+ }
+);