L1® Model 1S FAQ: Difference between revisions

mNo edit summary
mNo edit summary
Line 7: Line 7:
font-size:small;
font-size:small;
font-weight: normal;
font-weight: normal;
cursor: hand;
cursor: pointer;
}
}


h3.closed:after{
h3.closed:before{


     display: inline-block;
     display: inline-block;
     content: "";
     content: "+";
     width: 16px;
     width: 16px;
     height: 16px;
     height: 16px;
     margin-left:20px;
     margin-left:5px;
     vertical-align:text-top;
     vertical-align:text-top;


    background: transparent url('http://dotnet.tech.ubc.ca/CourseWiki/images/2/2b/Down-Arrow-Icon1.png') no-repeat;
}
}
h3.open:after{
h3.open:before{
     display: inline-block;
     display: inline-block;
     content: "";
     content: "-";
     width: 16px;
     width: 16px;
     height: 16px;
     height: 16px;
     margin-left:25px;
     margin-left:5px;
     mouse: pointer;
     mouse: pointer;
     vertical-align:text-top;
     vertical-align:text-top;
    background: transparent url('http://dotnet.tech.ubc.ca/CourseWiki/images/8/8d/Up-Arrow-Icon1.png') no-repeat;
}
}
</style>
</style>