CSS: swap column widths for bindings <dl>: 65% for the description, 30% for the key combo.
This commit is contained in:
parent
9f1ac7fe36
commit
c94ae4ab08
@ -184,7 +184,7 @@
|
||||
{
|
||||
clear: left;
|
||||
float: left;
|
||||
width: 30%;
|
||||
width: 65%;
|
||||
margin: 0;
|
||||
padding: 0px;
|
||||
font-size: 100%;
|
||||
@ -195,7 +195,7 @@
|
||||
#content .bindings dd
|
||||
{
|
||||
float: left;
|
||||
width: 65%;
|
||||
width: 30%;
|
||||
margin: 0;
|
||||
padding: 0px;
|
||||
font-size: 110%;
|
||||
|
Loading…
Reference in New Issue
Block a user