From dd3d03037698d04e1b0211df8d67870b1233c433 Mon Sep 17 00:00:00 2001 From: Augustin <augustin.lemesle@cea.fr> Date: Thu, 24 Oct 2019 14:08:06 +0200 Subject: [PATCH] minor changes --- _layouts/blog.html | 16 ++++++++-------- _layouts/default.html | 2 +- assets/css/blog.css | 1 + assets/css/main.css | 1 + 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/_layouts/blog.html b/_layouts/blog.html index fa7aa36a..f8eafa22 100755 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -13,15 +13,15 @@ css: blog <div class="contentWrap"> <h1><strong>Blog</strong></h1> - <form class="searchForm mobileOnly" action="../index.html"> - <button type="submit" class="submit searchLink pull-left disabled" title="Search"><i class= - "icon icon-search"></i></button><input type="text" name="s" value="" required="" placeholder= - "Search for the post here"><input type="hidden" name="post_type" value="post"> + <!-- <form class="searchForm mobileOnly" action="../index.html"> --> + <!-- <button type="submit" class="submit searchLink pull-left disabled" title="Search"><i class= --> + <!-- "icon icon-search"></i></button><input type="text" name="s" value="" required="" placeholder= --> + <!-- "Search for the post here"><input type="hidden" name="post_type" value="post"> --> - <div class="error" id="top_search_error" style="display: none;" role="alert"> - Enter Search Term - </div> - </form> + <!-- <div class="error" id="top_search_error" style="display: none;" role="alert"> --> + <!-- Enter Search Term --> + <!-- </div> --> + <!-- </form> --> </div> <div class="contentWrap"> diff --git a/_layouts/default.html b/_layouts/default.html index e3afd45a..82990e82 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -23,7 +23,7 @@ {% if page.css !=null %} <link rel="stylesheet" href="/assets/css/{{ page.css }}.css"> {% endif %} - <link rel="shortcut icon" href="/assets/img/favicon.ico" type="image/x-icon"> + <!-- <link rel="shortcut icon" href="/assets/img/favicon.ico" type="image/x-icon"> --> </head> {{ content }} diff --git a/assets/css/blog.css b/assets/css/blog.css index 1aa5edc9..a660f441 100755 --- a/assets/css/blog.css +++ b/assets/css/blog.css @@ -576,6 +576,7 @@ padding-left: 16px; position: relative; margin-bottom: 4px; + list-style-type: none; } .singleBlogPage .content ul li:before { content: '\e906'; diff --git a/assets/css/main.css b/assets/css/main.css index b871f746..859d3b1f 100755 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -9,6 +9,7 @@ pre { border: 1px cornsilk inset; border-radius: 5px; box-shadow: inset 0 0 .2em darkgray; + font-size: 16px; } li { list-style-position: inside; -- GitLab