mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 23:10:06 +01:00
doc: css changes for gnome web
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
7cd644015c
commit
0a98e92a1d
1 changed files with 8 additions and 5 deletions
|
|
@ -13,6 +13,7 @@ h1 {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
padding: 0px 10px 15px 10px;
|
padding: 0px 10px 15px 10px;
|
||||||
border: none;
|
border: none;
|
||||||
|
border-bottom: 1px solid #879ECB;
|
||||||
}
|
}
|
||||||
|
|
||||||
#projectname {
|
#projectname {
|
||||||
|
|
@ -41,12 +42,17 @@ h1 {
|
||||||
color: #354C7B;
|
color: #354C7B;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#MSearchBox {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
#titlearea table {
|
#titlearea table {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navrow1, #navrow2, #navrow3, #navrow4, #navpath {
|
#navrow1, #navrow2, #navrow3, #navrow4, #navpath {
|
||||||
|
width: 600px;
|
||||||
width: -moz-max-content;
|
width: -moz-max-content;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
|
@ -54,6 +60,7 @@ h1 {
|
||||||
|
|
||||||
/* in file list, appears under the nav bars */
|
/* in file list, appears under the nav bars */
|
||||||
.navpath ul, .navpath li {
|
.navpath ul, .navpath li {
|
||||||
|
width: 600px;
|
||||||
width: -moz-max-content;
|
width: -moz-max-content;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
|
@ -67,11 +74,6 @@ h1 {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#MSearchBox {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabs, .tabs2, .tabs3 {
|
.tabs, .tabs2, .tabs3 {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
@ -187,6 +189,7 @@ div.memdoc {
|
||||||
div.contents {
|
div.contents {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
width: 600px;
|
||||||
width: -moz-max-content;
|
width: -moz-max-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue