Remository remositoryorderby ID |
|
remositoryorderby ID is assigned to a SPAN tag which displays the "order by" links in the file listing page. div#remositoryorderby is defined in v-classes/remositoryFileListHTML.php, fileListHeading function.
You can use contextual selectors to style the hyperlinks within this span. span#remositoryorderby a{
/* CSS Styles */ } Defined in:v-classes/remositoryFileListHTML.php
Assigned to:SPAN Tag
remositoryorderby ID examplespan#remositoryorderby {
/* CSS Styles */ } span#remositoryorderby a{ /* CSS Styles */ }
|
