]> _ Git - couzy.git/commitdiff
Done #5113 @0.5
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 11 Apr 2022 07:14:06 +0000 (07:14 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 11 Apr 2022 07:14:06 +0000 (07:14 +0000)
mdryvescouzy.com/.rsync-exclude
mdryvescouzy.com/wp-content/themes/YvesCouzy/main-style.css
mdryvescouzy.com/wp-content/themes/YvesCouzy/style.less

index c194703090bec3fe5a78a43e6c6120c7bc141929..2be6a2934c8ec7df31dc317b72a15e1c992717da 100644 (file)
@@ -3,5 +3,5 @@
 .uploads-proxy
 .rsync-exclude
 local-config.php
+stats/
 wp-content/uploads
-
index f556f93d48c42ec87ede4bcd64a15cb223ebdd78..16559974ee35c09b952c0d3bd44f38666e3fceba 100644 (file)
@@ -95,13 +95,15 @@ hr {
 }
 #menu-item-5 a { color:#a6a886; }
 .sub-menu {
-       margin:20px 0 80px;
-       text-align:right;
+       display:flex;
+       align-items:center;
+       justify-content:flex-end;
+       margin:26px 0 36px;
 }
-.sub-menu li {
-       display:block;
-       float:right !important;
-       margin-left:50px;
+.sub-menu li:not(:last-child):after {
+       content:'–';
+       display:inline-block;
+       margin:0 20px;
 }
 .sub-menu li a {
        color:#8e8e8e;
@@ -112,16 +114,6 @@ hr {
        font-weight:600;
        text-transform:uppercase;
 }
-.sub-menu .menu-item-blog a {
-       background-image:url(images/btn-menu-blog.jpg);
-       background-repeat:no-repeat;
-       text-indent:100%;
-       white-space:nowrap;
-       overflow:hidden;
-       width:75px;
-       height:28px;
-}
-.sub-menu li#menu-item-43 a { margin-top:6px; }
 .sf-menu { float:none; }
 .top-menu.sf-menu li { background:none; }
 .top-menu.sf-menu li a {
index fed96f6091a4e98e8814a062cbe476000dc98904..bfb4069b09213a0a93073c2d69f1b4fe62f15903 100644 (file)
@@ -169,14 +169,19 @@ hr {
 
 /* SUB MENU */
 .sub-menu {
-       margin: 20px 0 80px;
-       text-align: right;
+       display: flex;
+       align-items: center;
+       justify-content: flex-end;
+       margin: 26px 0 36px;
 }
 
 .sub-menu li {
-       display: block;
-       float: right !important;
-       margin-left: 50px;
+       &:not(:last-child):after {
+               content: '–';
+               display: inline-block;
+               margin: 0 20px;
+
+       }
 }
 
 .sub-menu li a {
@@ -189,21 +194,21 @@ hr {
        text-transform: uppercase;
 }
 
-.sub-menu .menu-item-blog a {
-       /* BLOG */
-       background-image: url(images/btn-menu-blog.jpg);
-       background-repeat: no-repeat;
-       text-indent: 100%;
-       white-space: nowrap;
-       overflow: hidden;
-       width: 75px;
-       height: 28px;
-}
-
-.sub-menu li#menu-item-43 a {
-       /* CONTACT */
-       margin-top: 6px;
-}
+//.sub-menu .menu-item-blog a {
+//     /* BLOG */
+//     background-image: url(images/btn-menu-blog.jpg);
+//     background-repeat: no-repeat;
+//     text-indent: 100%;
+//     white-space: nowrap;
+//     overflow: hidden;
+//     width: 75px;
+//     height: 28px;
+//}
+//
+//.sub-menu li#menu-item-43 a {
+//     /* CONTACT */
+//     margin-top: 6px;
+//}
 
 /* MAIN MENU */
 .sf-menu {