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; clear: left;
float: left; float: left;
width: 30%; width: 65%;
margin: 0; margin: 0;
padding: 0px; padding: 0px;
font-size: 100%; font-size: 100%;
@ -195,7 +195,7 @@
#content .bindings dd #content .bindings dd
{ {
float: left; float: left;
width: 65%; width: 30%;
margin: 0; margin: 0;
padding: 0px; padding: 0px;
font-size: 110%; font-size: 110%;