12345678910111213141516171819202122232425 |
- /* 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;
- }
- .title_icon {
- width: 3rem;
- margin: 0.5rem;
- }
|