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/export.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/export.html')
-rw-r--r-- | tpl/export.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tpl/export.html b/tpl/export.html index 938cbe64..911b02c1 100644 --- a/tpl/export.html +++ b/tpl/export.html | |||
@@ -7,9 +7,10 @@ | |||
7 | <div id="toolsdiv"> | 7 | <div id="toolsdiv"> |
8 | <a href="?do=export&what=all"><b>Export all</b> <span>: Export all links</span></a><br><br> | 8 | <a href="?do=export&what=all"><b>Export all</b> <span>: Export all links</span></a><br><br> |
9 | <a href="?do=export&what=public"><b>Export public</b> <span>: Export public links only</a><br><br> | 9 | <a href="?do=export&what=public"><b>Export public</b> <span>: Export public links only</a><br><br> |
10 | <a href="?do=export&what=private"><b>Export private</b> <span>: Export private links only</a><br><br style="clear:both;"> | 10 | <a href="?do=export&what=private"><b>Export private</b> <span>: Export private links only</a> |
11 | <div class="clear"></div> | ||
11 | </div> | 12 | </div> |
12 | </div> | 13 | </div> |
13 | {include="page.footer"} | 14 | {include="page.footer"} |
14 | </body> | 15 | </body> |
15 | </html> \ No newline at end of file | 16 | </html> |