rewrite extensionless script requests
[sheet.git] / terse.css
1 body ul.keys li {
2         position: relative; /* hides overflow */
3         width: 4.5em;
4 }
5 body ul.keys li b,
6 body ul.keys.ctrl li b,
7 body ul.keys.lead li b { /* leading chars always fit */
8         position: absolute; /* background */
9         right: 0; /* least overlap in corner */
10         font-size: 250%;
11         line-height: 2.5ex;
12         opacity: .5;
13         color: #FFF;
14 }
15