mirror of
https://github.com/tmux/tmux.git
synced 2025-01-14 20:58:53 +00:00
Fix in IE6.
This commit is contained in:
parent
aaef0d316f
commit
a460e1ada3
@ -1,6 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
font-family: Sans-Serif;
|
font-family: Sans-Serif;
|
||||||
font-size: small;
|
font-size: 10pt;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
#body-wrapper {
|
#body-wrapper {
|
||||||
@ -32,12 +32,10 @@ body {
|
|||||||
}
|
}
|
||||||
#main-content-wrapper {
|
#main-content-wrapper {
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
width: 75%;
|
|
||||||
}
|
}
|
||||||
#main-content-wrapper ul li {
|
#main-content-wrapper li {
|
||||||
list-style: disc;
|
list-style: disc;
|
||||||
margin-left: 10em;
|
margin-left: 12em
|
||||||
width: 65%;
|
|
||||||
}
|
}
|
||||||
#screenshots {
|
#screenshots {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user