mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #116] [3.0] Glyphicons from bootstrap doesn't work #97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bsavelev on GitHub (Sep 29, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/116
windows 7 + firefox 24
some glyphicons shown wrong
then I replace bootstrap.css and bootstrap.js in base.html with
href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"
and
src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"
it works
@retspen commented on GitHub (Sep 29, 2013):
Replace ???
@bsavelev commented on GitHub (Sep 29, 2013):
sorry, parser
then I replace bootstrap.css and bootstrap.js in base.html with
href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"
and
src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"
it works
@bsavelev commented on GitHub (Sep 29, 2013):
27342e6doesn't helpsI plays with css and fonts and css was OK
Something wrong with files in fonts
I download
github.com/twbs/bootstrap/archive/v3.0.0.zip, replace fonts and all works without modifications in css@bsavelev commented on GitHub (Sep 29, 2013):
ok, works)