Subversion Repositories Applications.dictionnaire

Rev

Rev 5 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 18
Line 1... Line 1...
1
.definition_term {
1
.definition_term {
2
	text-decoration: underline;
-
 
3
	border-bottom: 1px solid black;
2
	border-bottom: 1px dashed black;
4
	position: relative;
3
	position: relative;
5
}
4
}
Line 6... Line 5...
6
 
5
 
7
.definition_term:hover {
6
.definition_term:hover {
8
	background-color: yellow;
7
	border-bottom: 2px solid black;
9
	cursor: help;
8
	cursor: help;
Line 10... Line 9...
10
}
9
}
11
 
10