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 {
|
||||
font-family: Sans-Serif;
|
||||
font-size: small;
|
||||
font-size: 10pt;
|
||||
background-color: white;
|
||||
}
|
||||
#body-wrapper {
|
||||
@ -32,12 +32,10 @@ body {
|
||||
}
|
||||
#main-content-wrapper {
|
||||
margin-left: 2em;
|
||||
width: 75%;
|
||||
}
|
||||
#main-content-wrapper ul li {
|
||||
#main-content-wrapper li {
|
||||
list-style: disc;
|
||||
margin-left: 10em;
|
||||
width: 65%;
|
||||
margin-left: 12em
|
||||
}
|
||||
#screenshots {
|
||||
text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user