From d541bf351423d90c436f45e080fb7c7c631c7509 Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Mon, 29 Jun 2015 15:19:32 +0200 Subject: [PATCH] [chg] better html structure --- inc/styles/myShaarli.css | 7 +++- tpl/tools.html | 88 +++++++++++++++++++++++++--------------- 2 files changed, 62 insertions(+), 33 deletions(-) diff --git a/inc/styles/myShaarli.css b/inc/styles/myShaarli.css index d52729c2..46bb58c5 100644 --- a/inc/styles/myShaarli.css +++ b/inc/styles/myShaarli.css @@ -199,7 +199,7 @@ sub, sup { } ul, ol { - margin: 1em 0; + margin: 0; padding: 0 0 0 2em; } @@ -305,8 +305,13 @@ a, .linkdescription a { text-align: right; } +#toolsdiv a { + font-weight: bold; +} + #toolsdiv a span { color: #ffffff; + font-weight :normal; } .linksperpage, .tagfilter, .searchform, .addform { diff --git a/tpl/tools.html b/tpl/tools.html index eb8fb27e..3586ee58 100644 --- a/tpl/tools.html +++ b/tpl/tools.html @@ -1,47 +1,71 @@ -{include="includes"} - - -{include="page.footer"} + + {include="includes"} + + + + {include="page.footer"} - + \ No newline at end of file