blob: 9a9d4cec57d451ded274e709f2bebe8786ddb074 (
plain)
- @import "toolkit";
- @import "compass/typography/lists";
- @import "../shared/themes/default/ikiwiki";
- @include ikiwiki-style;
- .pageheader .actions {
- position: absolute;
- top: 0;
- right: 2em;
- background-color: transparent;
- ul {
- @include inline-block-list;
- height: 2em;
- }
- a {
- color: transparent;
- &:hover {
- color: #3d6a8d;
- text-decoration: none;
- }
- }
- }
- // Definition lists
- //
- // Full-width horizontal items with definitions right-aligned
- dl {
- display: inline-block;
- width: 100%;
- }
- dt {
- float: left;
- clear: right;
- }
- dd {
- float: right;
- }
|