Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 45 KiB |
@ -1,22 +1,12 @@
|
||||
._bash {
|
||||
// The page title is always the first element on the page, but not always the same type of element
|
||||
// The exception is the homepage, where the links element comes first
|
||||
> *:first-child:not(._links) {
|
||||
@extend h1;
|
||||
@extend %lined-heading;
|
||||
}
|
||||
|
||||
dl > dt > code,
|
||||
dl > dt > kbd {
|
||||
@extend %note, %note-blue;
|
||||
display: block;
|
||||
padding: 1px 7px 2px 7px;
|
||||
margin: 28px 0 14px 0;
|
||||
font-weight: bold;
|
||||
font-family: $baseFont;
|
||||
@extend %block-label, %label-blue;
|
||||
}
|
||||
|
||||
th[align=left] {
|
||||
border-left: 1px solid #d8d8d8;
|
||||
border-left: 1px solid $boxBorder;
|
||||
}
|
||||
|
||||
code { @extend %label; }
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 547 B |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.1 KiB |