mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 13:20:58 +00:00
[docs] Fixed scaling on desktop.
This commit is contained in:
parent
c054445154
commit
42c86909ff
File diff suppressed because one or more lines are too long
@ -182,7 +182,7 @@ h3 {
|
|||||||
|
|
||||||
.glfwnavbar {
|
.glfwnavbar {
|
||||||
list-style-type:none;
|
list-style-type:none;
|
||||||
margin:0 auto;
|
margin:0 0 0 auto;
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -262,6 +262,10 @@ address.footer {
|
|||||||
color:@default-link-color;
|
color:@default-link-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main-menu > li:last-child {
|
||||||
|
margin: 0 0 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
.contents {
|
.contents {
|
||||||
min-height:590px;
|
min-height:590px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user