From 137635a6274723950708d1e54d9c28458046562f Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Fri, 21 Jul 2017 19:59:45 +0200
Subject: [PATCH] remove useless stuff

---
 css/reset.css | 11 -----------
 css/style.css | 48 ------------------------------------------------
 2 files changed, 59 deletions(-)

diff --git a/css/reset.css b/css/reset.css
index 3bdbbba..2859254 100644
--- a/css/reset.css
+++ b/css/reset.css
@@ -183,17 +183,6 @@ footer#bottom{
     font-size:  medium;
 }
 
-.half-right{
-
-
-
-}
-
-.half-left{
-
-    width: 100%;
-}
-
 .navigation{
     margin-bottom: 1%;
 	background-color: #ffffff!important;
diff --git a/css/style.css b/css/style.css
index 25ee548..f542951 100644
--- a/css/style.css
+++ b/css/style.css
@@ -17,52 +17,6 @@ h2{
 		padding: 60px 0;
 	}
 
-/* The slide-down panel at the very top of the page. Like literally. It's above the page, hidden. */
-.slidey {
-	overflow: hidden;
-	padding: 30px 0;
-
-	background: #f3f5f8;
-	border-bottom: 1px solid #e5e8ed;
-}
-	.js-enabled .slidey {
-		-webkit-transition: margin-top .2s;
-		-moz-transition: margin-top .2s;
-		transition: margin-top .2s;
-	}
-	.slidey b, .slidey label {
-		display: block;
-		font-weight: 500;
-		padding-bottom: 15px;
-
-		font-size: 15px;
-		font-weight: 500;
-	}
-	.slidey form, .slidey aside {
-		float: left;
-		width: 50%;
-	}
-		.slidey form input {
-			padding: 20px;
-			width: 75%;
-		}
-	.slidey li {
-		list-style: none;
-	}
-		.slidey a {
-			display: block;
-			text-decoration: none;
-
-			color: #718579;
-		}
-			.slidey a:hover {
-				color: #41594b;
-			}
-		.slidey li span {
-			float: right;
-			opacity: .6;
-		}
-
 #top {
 	overflow: hidden;
 	padding: 20px 35px;
@@ -218,8 +172,6 @@ h2{
 	color: #98b1a2;
 	font-size: 14px;
 	font-style: italic;
-
-	white-space: nowrap;
 }
 	.footnote {
 		padding: 20px 0 40px;
-- 
GitLab