Better integration of bootstrap tour tooltips
This commit is contained in:
parent
e5f2b64d98
commit
23a195c38b
6 changed files with 154 additions and 148 deletions
|
@ -1,6 +1,6 @@
|
|||
name = SuiteDesk Theme
|
||||
description = SuiteDesk Theme Zen.
|
||||
version = 0.2.43
|
||||
version = 0.2.46
|
||||
|
||||
screenshot = screenshot.png
|
||||
|
||||
|
@ -8,7 +8,6 @@ core = 6.x
|
|||
base theme = zen
|
||||
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
;; CSS
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
|
@ -54,17 +53,16 @@ stylesheets[all][] = modules/storm/storm-node.css
|
|||
stylesheets[all][] = modules/print/css/printlinks.css
|
||||
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Javascript
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
; BOOTSTRAP:
|
||||
scripts[] = js/bootstrap.min.js
|
||||
scripts[] = js/bootstrap-tour.min.js
|
||||
scripts[] = js/runapp.js
|
||||
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Regions
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
|
@ -89,7 +87,6 @@ regions[footer] = Footer
|
|||
regions[page_closure] = Page closure
|
||||
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Features
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
|
@ -114,7 +111,6 @@ features[] = favicon
|
|||
; features[] = secondary_links
|
||||
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Theme settings
|
||||
;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
Reference in a new issue