Kévin Tessier hace 5 años
padre
commit
28c9e9d76f

+ 1 - 1
logs/popularity/daily.json

@@ -1 +1 @@
-{"01-08-2018":19,"02-08-2018":424,"20-08-2018":112,"21-08-2018":207}
+{"01-08-2018":19,"02-08-2018":424,"20-08-2018":112,"21-08-2018":214}

+ 1 - 1
logs/popularity/monthly.json

@@ -1 +1 @@
-{"08-2018":762}
+{"08-2018":769}

+ 1 - 1
logs/popularity/totals.json

@@ -1 +1 @@
-{"\/":347,"\/projets":99,"\/news":83,"\/a-propros":14,"\/projets-n-1":1,"\/projets\/projets-n-1":208,"\/projets\/projet-n-2":10}
+{"\/":348,"\/projets":99,"\/news":83,"\/a-propros":14,"\/projets-n-1":1,"\/projets\/projets-n-1":214,"\/projets\/projet-n-2":10}

+ 1 - 1
logs/popularity/visitors.json

@@ -1 +1 @@
-{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1534855208}
+{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1534855671}

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
user/themes/hehe/css-compiled/template.css


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
user/themes/hehe/css-compiled/template.min.css


+ 0 - 6
user/themes/hehe/scss/configuration/_mixin.scss

@@ -14,8 +14,6 @@ $category: "sans-serif";
         font: {
             @if $category != "" {
                 family: "#{$roboto_light}", #{$category};
-                weight: normal;
-
             }
             @else {
                 family: "#{$roboto_light}";
@@ -41,8 +39,6 @@ $family2: "roboto_regular/";
         font: {
             @if $category != "" {
                 family: "#{$roboto_regular}", #{$category};
-                weight: normal;
-
             }
             @else {
                 family: "#{$roboto_regular}";
@@ -67,8 +63,6 @@ $family3: "roboto_medium/";
         font: {
             @if $category != "" {
                 family: "#{$roboto_medium}", #{$category};
-                weight: normal;
-
             }
             @else {
                 family: "#{$roboto_medium}";

+ 1 - 1
user/themes/hehe/scss/template/_reset.scss

@@ -25,7 +25,7 @@ time, mark, audio, video {
 
 html, body{
 	font-size: 16px;
-  line-height: 16px;
+  line-height: 18px;
 }
 
 /* HTML5 display-role reset for older browsers */

+ 4 - 4
user/themes/hehe/scss/template/_section.scss

@@ -40,15 +40,15 @@
       display: flex;
     }
     .media{
-      width: calc((100% / 4) * (3));
+      width: calc((100% / 3) * 2)
     }
     .content{
       .txt{
         position: fixed;
         right: 0;
-        width: calc(100% / 4);
+        width: calc(100% / 3);
         height: calc(100% - 70px);
-        padding: 0 10px 0 20px;
+        padding: 0 30px 0 30px;
         overflow-x: auto;
         h3{
           margin: 20px 0 10px 0;
@@ -66,7 +66,7 @@
         span{
           margin: auto 0;
           a{
-            margin-left: 5px; 
+            margin-left: 5px;
           }
         }
       }

+ 5 - 5
user/themes/hehe/scss/template/_typography.scss

@@ -11,7 +11,7 @@ h2{
     font-family:$roboto_medium;
     color: white;
     font-size:1.5rem;
-    weight: normal;
+    font-weight: normal;
   }
 }
 
@@ -21,7 +21,7 @@ h3{
   text-transform: uppercase;
   a{
     background: rgb(0,255,0);
-    weight: normal;
+    font-weight: normal;
 
   }
 }
@@ -32,7 +32,7 @@ nav{
       font-family:$roboto_regular;
       font-size:0.9rem;
       text-transform: uppercase;
-      weight: normal;
+      font-weight: normal;
 
     }
   }
@@ -44,7 +44,7 @@ p{
   margin-bottom: 10px;
   a{
     background: rgb(0,255,0);
-    weight: normal;
+    font-weight: normal;
 
   }
 }
@@ -54,7 +54,7 @@ p{
     font-family:$roboto_regular;
     font-size:0.9rem;
     text-transform: uppercase;
-    weight: normal;
+    font-weight: normal;
 
   }
 }

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio