Merge branch 'wordpress' of https://github.com/Teqniksoft/LawCarta_book into wordpress

This commit is contained in:
gregory-p
2019-02-27 15:44:47 +03:00
5 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
<?php get_header();?>
<div class="content no-pb">
<div class="top-panel empty"></div>
<div class="cont back-white">
<div class="text-page">
<div class="page404">
<div class="big">404</div>
<div class="small">Page not found</div>
</div>
</div>
</div>
</div>
<?php get_footer();

File diff suppressed because one or more lines are too long

View File

@@ -49,7 +49,7 @@ $lawCartaUrl = "$scheme$host$port";
</head>
<body <?php body_class(); ?>>
<div class="wrapper">
<div class="wrapper white new-footer">
<header>
<div id="header-menu" class="cont">

View File

@@ -483,6 +483,9 @@ ul.tabset-tabs li {
.main-page .mp-serve .serve-col:hover .normal {
color: #fff; }
.page404 .big {
color: #539aea; }
h1, .sign-page h1 {
color: #3090f0; }

File diff suppressed because one or more lines are too long