reorganisation des docs

This commit is contained in:
hugogogo
2021-03-11 12:51:19 +01:00
parent b03d419a53
commit 45f2fc1af7
30 changed files with 9 additions and 6 deletions

13
styles/skeleton.css vendored
View File

@@ -88,6 +88,14 @@ body nav .nav_left {
margin-left: 0px;
margin-right: auto;
}
/* special settings for the logo*/
body nav a.nav_logo {
padding: 0px;
width: var(--aside-left-width);
}
body nav a.nav_logo img {
height: calc(var(--nav-height) - 5px);
}
/* nav_right is used for actions such as connection, search or language*/
body nav .nav_right {
height: 100%;
@@ -103,11 +111,6 @@ body nav a {
body nav a:hover, body nav a:focus {
background-color: lightgrey;
}
/* special settings for the logo*/
body nav a.nav_logo {
padding: 0px;
width: var(--aside-left-width);
}
/*CONTAINER*/
body .container_main {