From a6d353644fc1c9cada8ab8d8d82270dd4d8546e6 Mon Sep 17 00:00:00 2001 From: Stig Inge Lea Bjørnsen Date: Wed, 28 May 2014 19:12:29 +0200 Subject: Add the missing GLYPHICONS files. The Bootstrap style sheet references these files and uses them in responsive mode. Not including them results in HTTP 404 Not Found requests. The URLs in the style sheet have been changed to use the Pelican theme icon folder. --- tuxlite_tbs/static/bootstrap.min.css | 4 ++-- .../static/images/icons/glyphicons-halflings-white.png | Bin 0 -> 8777 bytes .../static/images/icons/glyphicons-halflings.png | Bin 0 -> 12799 bytes 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 tuxlite_tbs/static/images/icons/glyphicons-halflings-white.png create mode 100644 tuxlite_tbs/static/images/icons/glyphicons-halflings.png diff --git a/tuxlite_tbs/static/bootstrap.min.css b/tuxlite_tbs/static/bootstrap.min.css index 5e1aee0..d5af94c 100644 --- a/tuxlite_tbs/static/bootstrap.min.css +++ b/tuxlite_tbs/static/bootstrap.min.css @@ -212,8 +212,8 @@ table .span9{float:none;width:684px;margin-left:0;} table .span10{float:none;width:764px;margin-left:0;} table .span11{float:none;width:844px;margin-left:0;} table .span12{float:none;width:924px;margin-left:0;} -[class^="icon-"]{display:inline-block;width:14px;height:14px;vertical-align:text-top;background-image:url(../img/glyphicons-halflings.png);background-position:14px 14px;background-repeat:no-repeat;*margin-right:.3em;}[class^="icon-"]:last-child{*margin-left:0;} -.icon-white{background-image:url(../img/glyphicons-halflings-white.png);} +[class^="icon-"]{display:inline-block;width:14px;height:14px;vertical-align:text-top;background-image:url(./images/icons/glyphicons-halflings.png);background-position:14px 14px;background-repeat:no-repeat;*margin-right:.3em;}[class^="icon-"]:last-child{*margin-left:0;} +.icon-white{background-image:url(./images/icons/glyphicons-halflings-white.png);} .icon-glass{background-position:0 0;} .icon-music{background-position:-24px 0;} .icon-search{background-position:-48px 0;} diff --git a/tuxlite_tbs/static/images/icons/glyphicons-halflings-white.png b/tuxlite_tbs/static/images/icons/glyphicons-halflings-white.png new file mode 100644 index 0000000..3bf6484 Binary files /dev/null and b/tuxlite_tbs/static/images/icons/glyphicons-halflings-white.png differ diff --git a/tuxlite_tbs/static/images/icons/glyphicons-halflings.png b/tuxlite_tbs/static/images/icons/glyphicons-halflings.png new file mode 100644 index 0000000..a996999 Binary files /dev/null and b/tuxlite_tbs/static/images/icons/glyphicons-halflings.png differ -- cgit