mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 13:50:15 +01:00
Easier to track if we leave the original files alone. Actual changes to the doxygen style: * indent <dd> blocks * hide the navigation sub-items. Our current style expands the full navigation menu but File-list, etc. is mostly useless and just wastes space. * force some space below the main bar * change the header sizes around a bit. Primary goal here: making <h1> smaller than the title Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
47 lines
542 B
CSS
47 lines
542 B
CSS
dd {
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.title {
|
|
font-size: 400%;
|
|
font-weight: 200;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 300%;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 200%;
|
|
}
|
|
|
|
.sm-dox li {
|
|
float:left;
|
|
border-top: 0;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.sm li, .sm a {
|
|
position: relative;
|
|
}
|
|
|
|
.sm, .sm ul, .sm li {
|
|
list-style: none;
|
|
display: block;
|
|
line-height: normal;
|
|
direction: ltr;
|
|
text-align: left;
|
|
}
|
|
|
|
.sm, .sm *, .sm *::before, .sm *::after {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#main-nav {
|
|
padding: 30px;
|
|
}
|
|
|
|
/* Main menu sub-items like file-list, etc */
|
|
#main-menu li ul {
|
|
display: none;
|
|
}
|