Switch to using javascript widgets using site styling

- Quickstart selector is implemented using bootstrap-select rather than the dropdown button used elsewhere
- Quickstart selector is still to be styled
This commit is contained in:
Kurtis Seebaldt and Nick Street
2013-08-14 15:42:35 +01:00
parent 6307a2bf04
commit 04efbcf66f
9 changed files with 918 additions and 62 deletions
+4
View File
@@ -1,3 +1,7 @@
.js-quickstart-selector {
display: inline;
}
.container-fluid {
width: 1024px !important;
}