From 63f890985e9a5c39e0ff50df04be673d40e5e7e9 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sat, 28 Nov 2015 13:19:39 +0100 Subject: [PATCH] css minimaliste pour les menus --- html/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/html/style.css b/html/style.css index f5f32ea..a917449 100644 --- a/html/style.css +++ b/html/style.css @@ -38,8 +38,13 @@ header h1{ display: table-cell; text-decoration: none; text-align: center; + border-radius: 15px 15px 0px 0px; } -.selected{ - color:#000000; +#menus a.selected{ + color:#202020; background-color:#fff; } +#languages{ + float: right; + text-align: right; +}