Skip to content

Commit

Permalink
+bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroanan committed Jun 11, 2014
1 parent 2d40567 commit 7959273
Show file tree
Hide file tree
Showing 14 changed files with 6,434 additions and 15 deletions.
22 changes: 21 additions & 1 deletion aquarius/output/web/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,24 @@ tools.staticfile.filename = aquarius.Aquarius.WorkingDirectory + "/output/web/ht

[/aquarius.js]
tools.staticfile.on = True
tools.staticfile.filename = aquarius.Aquarius.WorkingDirectory + "/output/web/html/aquarius.js"
tools.staticfile.filename = aquarius.Aquarius.WorkingDirectory + "/output/web/html/aquarius.js"

[/css/bootstrap.css]
tools.staticfile.on = True
tools.staticfile.filename = aquarius.Aquarius.WorkingDirectory + "/output/web/html/css/bootstrap.css"

[../fonts/glyphicons-halflings-regular.eot]
tools.staticfile.on = True
tools.staticfile.filename = aquarius.Aquarius.WorkingDirectory + "/output/web/html/fonts/glyphicons-halflings-regular.eot"

[../fonts/glyphicons-halflings-regular.woff]
tools.staticfile.on = True
tools.staticfile.filename = aquarius.Aquarius.WorkingDirectory + "/output/web/html/fonts/glyphicons-halflings-regular.woff"

[../fonts/glyphicons-halflings-regular.svg]
tools.staticfile.on = True
tools.staticfile.filename = aquarius.Aquarius.WorkingDirectory + "/output/web/html/fonts/glyphicons-halflings-regular.svg"

[../fonts/glyphicons-halflings-regular.ttf]
tools.staticfile.on = True
tools.staticfile.filename = aquarius.Aquarius.WorkingDirectory + "/output/web/html/fonts/glyphicons-halflings-regular.ttf"
347 changes: 347 additions & 0 deletions aquarius/output/web/html/css/bootstrap-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions aquarius/output/web/html/css/bootstrap-theme.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 7959273

Please sign in to comment.