css minimaliste pour les menus

This commit is contained in:
Gnieark 2015-11-28 13:19:39 +01:00
parent 291874393f
commit 63f890985e

View File

@ -38,8 +38,13 @@ header h1{
display: table-cell; display: table-cell;
text-decoration: none; text-decoration: none;
text-align: center; text-align: center;
border-radius: 15px 15px 0px 0px;
} }
.selected{ #menus a.selected{
color:#000000; color:#202020;
background-color:#fff; background-color:#fff;
} }
#languages{
float: right;
text-align: right;
}