@@ -30,13 +30,13 @@ nav.projets.sidebar {
&.selectionné, &.selected {
background: @violet + #111;
}
+ }
a.projet {
display: none;
a.projet:nth-last-child(1), a.projet:nth-last-child(2), a.projet:nth-last-child(3), a.projet:nth-last-child(4), a.projet:nth-last-child(5) {
display: block;
- }
.heading {
color: #ccc;
@@ -99,7 +99,7 @@ nav.dossiers {
body {
margin-left: 350px;
- nav.projets {
+ nav.projets.sidebar {
position: absolute;
left: 0;
top: 0;