Subversion Repositories Applications.dictionnaire

Compare Revisions

Ignore whitespace Rev 17 → Rev 18

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