| Remository remositoryfilesummary Class |
|
Remository displays the files description in a DIV tag with class = remositoryfilesummary. Information such as Published, Short Description, Submitted On, etc. Remository uses Definition Lists (DL) to display these information. Each item has its own DT and DD tags. You can declare css styles to format the list items.
Styling the Definition List - DL div.remositionfilesummary dl{
/* CSS Styles */ }
Styling the Definition Terms - DT div.remositionfilesummary dl dt{
/* CSS Styles */ }
Styling the Definition Definitions - DD div.remositionfilesummary dl dd{
/* CSS Styles */ }
Defined in:remository.html.php
Assigned to:DIV Tag
remositoryfilesummary class examplediv.remositoryfilesummary {
/* CSS Styles */ }
|
