summaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/bootstrap3/assets
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/data/themes/bootstrap3/assets')
l---------nikola/data/themes/bootstrap3/assets/css/bootstrap-theme.min.css.map1
l---------nikola/data/themes/bootstrap3/assets/css/bootstrap.min.css.map1
-rw-r--r--nikola/data/themes/bootstrap3/assets/css/theme.css10
-rw-r--r--nikola/data/themes/bootstrap3/assets/js/flowr.plugin.js4
4 files changed, 13 insertions, 3 deletions
diff --git a/nikola/data/themes/bootstrap3/assets/css/bootstrap-theme.min.css.map b/nikola/data/themes/bootstrap3/assets/css/bootstrap-theme.min.css.map
new file mode 120000
index 0000000..fcd3722
--- /dev/null
+++ b/nikola/data/themes/bootstrap3/assets/css/bootstrap-theme.min.css.map
@@ -0,0 +1 @@
+../../../../../../bower_components/bootstrap/dist/css/bootstrap-theme.min.css.map \ No newline at end of file
diff --git a/nikola/data/themes/bootstrap3/assets/css/bootstrap.min.css.map b/nikola/data/themes/bootstrap3/assets/css/bootstrap.min.css.map
new file mode 120000
index 0000000..5914aca
--- /dev/null
+++ b/nikola/data/themes/bootstrap3/assets/css/bootstrap.min.css.map
@@ -0,0 +1 @@
+../../../../../../bower_components/bootstrap/dist/css/bootstrap.min.css.map \ No newline at end of file
diff --git a/nikola/data/themes/bootstrap3/assets/css/theme.css b/nikola/data/themes/bootstrap3/assets/css/theme.css
index 6964ec6..52466de 100644
--- a/nikola/data/themes/bootstrap3/assets/css/theme.css
+++ b/nikola/data/themes/bootstrap3/assets/css/theme.css
@@ -118,7 +118,7 @@ article.post-micro {
}
.metadata p:before,
-.postlist .listdate:before {
+.postlist .listdate:after {
content: " — ";
}
@@ -177,6 +177,14 @@ article.post-micro {
border-top: 1px solid #e5e5e5;
}
+.codetable {
+ table-layout: fixed;
+}
+
+.codetable pre {
+ overflow-x: scroll;
+}
+
/* hat tip bootstrap/html5 boilerplate */
@media print {
*, *:before, *:after {
diff --git a/nikola/data/themes/bootstrap3/assets/js/flowr.plugin.js b/nikola/data/themes/bootstrap3/assets/js/flowr.plugin.js
index a6ab900..732fa3d 100644
--- a/nikola/data/themes/bootstrap3/assets/js/flowr.plugin.js
+++ b/nikola/data/themes/bootstrap3/assets/js/flowr.plugin.js
@@ -180,7 +180,7 @@
}
} //utils
- // If the resposive var is set to true then listen for resize method
+ // If the responsive var is set to true then listen for resize method
// and prevent resizing from happening twice if responsive is set again during append phase!
if (settings.responsive && !$this.data('__responsive')) {
$(window).resize(function() {
@@ -211,7 +211,7 @@
var currentItem = 0;
// Store all the data
- var allData = $this.data('data') || [];
+ var allData = [];
for (i = 0; i < data.length; i++) {
allData.push(data[i]);
}