diff options
author | nodiscc <nodiscc@gmail.com> | 2014-12-05 17:56:19 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2014-12-05 17:56:19 +0100 |
commit | cdd870b72efbb24fbf4e247f529121d2e04ed86e (patch) | |
tree | c0bba497d51ab9d0e50dc95b7b024cf20de30886 /tpl/page.header.html | |
parent | dff9ee543d8194787bf087565e9242914c5d6393 (diff) | |
parent | c133612f32849b76785635efe19d4afedcfd0248 (diff) | |
download | Shaarli-cdd870b72efbb24fbf4e247f529121d2e04ed86e.tar.gz Shaarli-cdd870b72efbb24fbf4e247f529121d2e04ed86e.tar.zst Shaarli-cdd870b72efbb24fbf4e247f529121d2e04ed86e.zip |
Merge pull request #68 from virtualtam/hardcoded-style
CSS: remove hardcoded style from templates
Diffstat (limited to 'tpl/page.header.html')
-rw-r--r-- | tpl/page.header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/page.header.html b/tpl/page.header.html index 654a551d..17c0c75c 100644 --- a/tpl/page.header.html +++ b/tpl/page.header.html | |||
@@ -1,6 +1,6 @@ | |||
1 | 1 | ||
2 | <div id="logo" title="Share your links !" onclick="document.location='?';"></div> | 2 | <div id="logo" title="Share your links !" onclick="document.location='?';"></div> |
3 | <div style="float:right; font-style:italic; color:#bbb; text-align:right; padding:0 5 0 0;" class="nomobile">Shaare your links...<br> | 3 | <div id="linkcount" class="nomobile">Shaare your links...<br> |
4 | {if="!empty($linkcount)"}{$linkcount} links{/if}</div> | 4 | {if="!empty($linkcount)"}{$linkcount} links{/if}</div> |
5 | <span id="shaarli_title"><a href="{$titleLink}">{$shaarlititle|htmlspecialchars}</a></span> | 5 | <span id="shaarli_title"><a href="{$titleLink}">{$shaarlititle|htmlspecialchars}</a></span> |
6 | 6 | ||
@@ -17,7 +17,7 @@ | |||
17 | {/if} | 17 | {/if} |
18 | <a href="{$feedurl}?do=rss{$searchcrits}" class="nomobile">RSS Feed</a> | 18 | <a href="{$feedurl}?do=rss{$searchcrits}" class="nomobile">RSS Feed</a> |
19 | {if="$GLOBALS['config']['SHOW_ATOM']"} | 19 | {if="$GLOBALS['config']['SHOW_ATOM']"} |
20 | <a href="{$feedurl}?do=atom{$searchcrits}" style="padding-left:10px;" class="nomobile">ATOM Feed</a> | 20 | <a href="{$feedurl}?do=atom{$searchcrits}" class="nomobile">ATOM Feed</a> |
21 | {/if} | 21 | {/if} |
22 | <a href="?do=tagcloud">Tag cloud</a> | 22 | <a href="?do=tagcloud">Tag cloud</a> |
23 | <a href="?do=picwall{$searchcrits}">Picture wall</a> | 23 | <a href="?do=picwall{$searchcrits}">Picture wall</a> |