+ .columned .h2:not(:only-child) h2 {
+ width: 14.6em;
+ }
+
+ .columned .h2:not(:only-child) .h3,
+ .columned .h2:not(:only-child) li,
+ .columned .h2:not(:only-child) p {
+ width: 24em;
+ }
+
+ .columned .h2:not(:only-child) pre { width: 25em }
+}
+
+.columned .h2:first-of-type pre {
+ line-height: 1;
+}