Template:Documentation/styles.css: Difference between revisions

the code shouldn't use !important, that rule cannot be overridden by screen readers, the second block also broke the vertical alignment of links generated by Module:Documentation
m (1 revision imported)
en ws>ZandDev
(the code shouldn't use !important, that rule cannot be overridden by screen readers, the second block also broke the vertical alignment of links generated by Module:Documentation)
Line 8: Line 8:
}
}
/* force edit links to right in start box */
/* force edit links to right in start box */
span#doc_editlinks {
/*span#doc_editlinks {
float: right !important;
float: right;
margin-right: 0.50em !important;
margin-right: 0.50em;
}
}*/
Anonymous user