Module:Documentation/styles.css: Difference between revisions

Content added Content deleted
(higher quality icon; border-radius to align standard practice)
(adaptive header, tlinks have normal view on small displays)
Line 19: Line 19:


.ts-doc-header .ts-tlinks-tlinks {
.ts-doc-header .ts-tlinks-tlinks {
float: right;
line-height: 24px;
line-height: 24px;
margin-left: 0;
}
}


Line 75: Line 75:
border-bottom-left-radius: 2px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-right-radius: 2px;
}

@media all and (min-width: 720px) {
.ts-doc-header .ts-tlinks-tlinks {
float: right;
}
}
}