Anonymous user
Module:Documentation/styles.css: Difference between revisions
m
no edit summary
mNo edit summary |
mNo edit summary |
||
Line 17: | Line 17: | ||
border-top-left-radius: 2px; | border-top-left-radius: 2px; | ||
border-top-right-radius: 2px; | border-top-right-radius: 2px; | ||
} | |||
.ts-doc-heading { | |||
display: inline-block; | |||
padding-left: 30px; | |||
background: center left / 24px 24px no-repeat; | |||
/* @noflip */ | |||
background-image: url( //upload.wikimedia.org/wikipedia/commons/f/fb/OOjs_UI_icon_puzzle-ltr.svg ); | |||
height: 24px; | |||
line-height: 24px; | |||
font-size: 13px; | |||
font-weight: 600; | |||
letter-spacing: 1px; | |||
text-transform: uppercase; | |||
} | } | ||
Line 46: | Line 60: | ||
} | } | ||
.ts-doc-content > :first-child { | |||
.ts-doc-content > | |||
margin-top: .5em; | margin-top: .5em; | ||
} | } | ||
.ts-doc-content > | .ts-doc-content > :last-child { | ||
margin-bottom: .5em; | margin-bottom: .5em; | ||
} | } |