From 6e3fd38df10f5390dada0c68d1eb8dd9b6b5555d Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Wed, 27 Feb 2013 15:08:41 +0100 Subject: [PATCH] typo, navbar --- _layouts/default.html | 1 + en.markdown | 2 +- stylesheets/styles.css | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index a8c9421..8d424a5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -36,6 +36,7 @@

Thésard au Ceremade — Université Paris-Dauphine


+ {{ content }}
diff --git a/en.markdown b/en.markdown index 3159b3a..f8846d4 100644 --- a/en.markdown +++ b/en.markdown @@ -16,7 +16,7 @@ to the Keller-Segel model. * Numerical stability analysis for some self-similar solutions of the parabolic-parabolic Keller-Segel model. # Publications -in preparations +in preparation # Teaching (in french) * [Linear algebra (2nd year)](enseignement/algebre) diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 322cd11..ead6928 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -863,3 +863,9 @@ section .credits.right { #MathJax_Zoom { background-color: #1B1B1B !important; } + +nav { + display: none; + font-size: 1.3em; + text-align:center; +}