ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=941594a1e4815367a88ea29bcbfb229f0022a5bc

commit 941594a1e4815367a88ea29bcbfb229f0022a5bc
Author: Andy Williams <a...@andywilliams.me>
Date:   Fri Dec 1 18:56:38 2017 +0000

    navigation: Arows to triangles for better windows rendering
---
 public_html/lib/tpl/e/css/modifications.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public_html/lib/tpl/e/css/modifications.css 
b/public_html/lib/tpl/e/css/modifications.css
index 970dea36..6c0fdadc 100644
--- a/public_html/lib/tpl/e/css/modifications.css
+++ b/public_html/lib/tpl/e/css/modifications.css
@@ -116,11 +116,11 @@ h1, h2, h3, h4, h5, h6,
 }
 
 .nav li.close > .li > a::before {
-   content: "→";
+   content: "▶";
 }
 
 .nav li.open > .li > a::before, .nav li.open > .li > .curid > a::before {
-   content: "↓";
+   content: "▼";
 }
 
 .nav li a::before {

-- 


Reply via email to