aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs
diff options
context:
space:
mode:
authorStig Inge Lea Bjørnsen <stiginge@pvv.org>2014-05-28 19:12:29 +0200
committerStig Inge Lea Bjørnsen <stiginge@pvv.org>2015-01-05 06:27:36 +0100
commita6d353644fc1c9cada8ab8d8d82270dd4d8546e6 (patch)
tree7a8bea53b477b233c9c23633814e1e93d8219d6c /tuxlite_tbs
parentfd56d73a2772dd5ccc14b4ac19736b782fde85c2 (diff)
downloadpelican-themes-a6d353644fc1c9cada8ab8d8d82270dd4d8546e6.zip
pelican-themes-a6d353644fc1c9cada8ab8d8d82270dd4d8546e6.tar.gz
pelican-themes-a6d353644fc1c9cada8ab8d8d82270dd4d8546e6.tar.bz2
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.
Diffstat (limited to 'tuxlite_tbs')
-rw-r--r--tuxlite_tbs/static/bootstrap.min.css4
-rw-r--r--tuxlite_tbs/static/images/icons/glyphicons-halflings-white.pngbin0 -> 8777 bytes
-rw-r--r--tuxlite_tbs/static/images/icons/glyphicons-halflings.pngbin0 -> 12799 bytes
3 files changed, 2 insertions, 2 deletions
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
--- /dev/null
+++ b/tuxlite_tbs/static/images/icons/glyphicons-halflings-white.png
Binary files 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
--- /dev/null
+++ b/tuxlite_tbs/static/images/icons/glyphicons-halflings.png
Binary files differ