Make About window narrower
This commit is contained in:
parent
2ca10b3d54
commit
91512469d5
1 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,7 @@ dialog
|
|||
}
|
||||
|
||||
#column1 {
|
||||
width: 33em;
|
||||
width: 23em;
|
||||
padding-right: 2em;
|
||||
}
|
||||
|
||||
|
@ -47,6 +47,11 @@ dialog
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#about-text {
|
||||
margin-top: .7em;
|
||||
margin-bottom: .7em;
|
||||
}
|
||||
|
||||
#about-text > p {
|
||||
margin-left: .5em;
|
||||
line-height: 1.4em;
|
||||
|
|
Loading…
Add table
Reference in a new issue