CSS: swap column widths for bindings <dl>: 65% for the description, 30% for the key combo.

This commit is contained in:
Jörn Nettingsmeier 2014-02-08 01:27:13 +01:00
parent 9f1ac7fe36
commit c94ae4ab08

View File

@ -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%;