css minimaliste pour les menus

pull/3/head
Gnieark 9 years ago
parent 291874393f
commit 63f890985e

@ -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;
}

Loading…
Cancel
Save