Compare Revisions
Last modification
- Rev 103 2013-02-10 22:56:23
- Author: PointedEars
- Log message:
CSS fine-tuning and clean-up
| /trunk/styles/lcars22.css |
| 212,7 → 212,7 |
| } |
| |
| .menu ul { |
| margin: 0 0.2em 0.2em 0; |
| margin: 0 0.2em 0 0; |
| padding: 0; |
| } |
| |
| 274,9 → 274,7 |
| |
| /* Controls */ |
| |
| .button:visited:hover, |
| .button:visited, |
| .button:hover, |
| .button |
| { |
| position: relative; |
| 536,7 → 534,7 |
| position: absolute; |
| left: 5em; |
| top: 0; |
| width: 1em; |
| width: 1.1em; |
| height: 2.2em; |
| border-bottom-left-radius: 1em; |
| background-color: black; |
| 606,8 → 604,8 |
| position: absolute; |
| left: 5em; |
| top: 1em; |
| width: 1em; |
| height: 2em; |
| width: 1.1em; |
| height: 2.1em; |
| background-color: black; |
| border-top-left-radius: 1em; |
| } |