quickhelp.less
15 lines
| 221 B
| text/x-less
|
LessCssLexer
MinRK
|
r15899 | .quickhelp { | ||
.hbox(); | ||||
} | ||||
Brian E. Granger
|
r10730 | .shortcut_key { | ||
display: inline-block; | ||||
MinRK
|
r15899 | width: 20ex; | ||
Brian E. Granger
|
r10730 | text-align: right; | ||
Jonathan Frederic
|
r16912 | font-family: @font-family-monospace; | ||
Brian E. Granger
|
r10730 | } | ||
.shortcut_descr { | ||||
Paul Ivanov
|
r11981 | display: inline-block; | ||
MinRK
|
r15899 | .box-flex1(); | ||
Paul Ivanov
|
r11981 | } | ||