1234567891011121314151617181920 |
- /* Hidden only on visual browsers. */
- .v_hidden {
- position:absolute;
- left:-10000px;
- top:auto;
- width:1px;
- height:1px;
- overflow:hidden;
- }
- .hidden {display: none;}
- .breadcrumb {
- font-style: italic;
- }
- .breadcrumb.current {
- font-style: normal;
- font-weight: bold;
- }
|