From 9ac51793cd6a71520492859b2c2be32eb949f584 Mon Sep 17 00:00:00 2001 From: Sol Villar Date: Thu, 5 Mar 2015 01:00:00 -0300 Subject: [PATCH] [#427] Fixed styles in navbar and changed Boostrap version to 3.2.0. --- _includes/recline-deps.html | 2 +- _layouts/default.html | 196 +- css-site/style.css | 73 +- docs/tutorial-views.markdown | 4 +- download.markdown | 2 +- test/built.html | 2 +- test/index.html | 2 +- .../bootstrap/3.2.0/css/bootstrap-theme.css | 442 ++ vendor/bootstrap/3.2.0/css/bootstrap.css | 6203 +++++++++++++++++ .../fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20335 bytes .../fonts/glyphicons-halflings-regular.svg | 229 + .../fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 41280 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23320 bytes vendor/bootstrap/3.2.0/js/bootstrap.js | 2114 ++++++ 14 files changed, 9143 insertions(+), 126 deletions(-) create mode 100644 vendor/bootstrap/3.2.0/css/bootstrap-theme.css create mode 100644 vendor/bootstrap/3.2.0/css/bootstrap.css create mode 100644 vendor/bootstrap/3.2.0/fonts/glyphicons-halflings-regular.eot create mode 100644 vendor/bootstrap/3.2.0/fonts/glyphicons-halflings-regular.svg create mode 100644 vendor/bootstrap/3.2.0/fonts/glyphicons-halflings-regular.ttf create mode 100644 vendor/bootstrap/3.2.0/fonts/glyphicons-halflings-regular.woff create mode 100644 vendor/bootstrap/3.2.0/js/bootstrap.js diff --git a/_includes/recline-deps.html b/_includes/recline-deps.html index f6f9d537..2b8cd735 100644 --- a/_includes/recline-deps.html +++ b/_includes/recline-deps.html @@ -25,7 +25,7 @@ - + diff --git a/_layouts/default.html b/_layouts/default.html index ce8a555f..dde87b13 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -9,114 +9,124 @@ - + {% if page.recline-deps %} {% include recline-deps.html %} {% endif %} - + -