diff options
author | Justin Mayer <entroP@gmail.com> | 2015-01-05 06:53:57 -0800 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2015-01-05 06:53:57 -0800 |
commit | 066f85888488a9201e990b7704b4ae7382f7e842 (patch) | |
tree | 7a8bea53b477b233c9c23633814e1e93d8219d6c /tuxlite_tbs/static/bootstrap.min.css | |
parent | bd9faef09f8176cf72203efd544bd99ef52f1d54 (diff) | |
parent | a6d353644fc1c9cada8ab8d8d82270dd4d8546e6 (diff) | |
download | pelican-themes-066f85888488a9201e990b7704b4ae7382f7e842.tar.gz |
Merge pull request #111 from silb/tuxlite_tbs_fixes
Tuxlite tbs fixes
Diffstat (limited to 'tuxlite_tbs/static/bootstrap.min.css')
-rw-r--r-- | tuxlite_tbs/static/bootstrap.min.css | 4 |
1 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;} |