Subversion Repositories Applications.dictionnaire

Compare Revisions

Ignore whitespace Rev 18 → Rev 17

/scripts/dictionnaire.css
1,10 → 1,11
.definition_term {
border-bottom: 1px dashed black;
text-decoration: underline;
border-bottom: 1px solid black;
position: relative;
}
 
.definition_term:hover {
border-bottom: 2px solid black;
background-color: yellow;
cursor: help;
}