diff --git a/_layouts/blog.html b/_layouts/blog.html index fa7aa36a80685fb30e8011bce17e83ceccedbb90..f8eafa22b96773dbecc3a1642d5e73481d69ef19 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 e3afd45a63ef0ef845a7c7bc5ddc36b428cf6b2c..82990e8210f3deae4f9754ceba33e3f5b73e80f7 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 1aa5edc97e489ed5b83134e94d6d5c45287c4789..a660f441b227aaf2186ffffe0fa82571383a134b 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 b871f746f619046e6709e68ff9ef22db020920ec..859d3b1fd96fbe0bf646ad821174cb28c50636f8 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;