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: | h3.closed:before{ | ||
display: inline-block; | display: inline-block; | ||
content: ""; | content: "+"; | ||
width: 16px; | width: 16px; | ||
height: 16px; | height: 16px; | ||
margin-left: | margin-left:5px; | ||
vertical-align:text-top; | vertical-align:text-top; | ||
} | } | ||
h3.open: | h3.open:before{ | ||
display: inline-block; | display: inline-block; | ||
content: ""; | content: "-"; | ||
width: 16px; | width: 16px; | ||
height: 16px; | height: 16px; | ||
margin-left: | margin-left:5px; | ||
mouse: pointer; | mouse: pointer; | ||
vertical-align:text-top; | vertical-align:text-top; | ||
} | } | ||
</style> | </style> | ||