reorganisation des docs
This commit is contained in:
13
styles/skeleton.css
vendored
13
styles/skeleton.css
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user