integration/css/home.css
changeset 54 aa0391d09b6f
parent 31 165284801055
child 55 25313bf54ef7
--- a/integration/css/home.css	Mon Nov 26 18:42:56 2012 +0100
+++ b/integration/css/home.css	Tue Nov 27 11:23:07 2012 +0100
@@ -20,8 +20,6 @@
 	margin-right: 0;
 }
 
-
-
 .last .video-item:nth-child(4n+4){
 	margin-right: 0;
 }
@@ -48,39 +46,41 @@
 .definition p a:hover{
 	text-decoration: none;
 }
-.how-to  li{
+.how-to li{
 	background-image: url(../img/how-to-sprite.png);
 	background-repeat: no-repeat;
 	margin-bottom: 2px;
 }
-.how-to  li h3{
-	color: #de2500;
+.how-to h3{
 	font-size: 18px;
 	font-weight: bold;
 	margin-bottom: 12px;
 }
-.how-to  li p{
+.how-to h3 a{
+    color: #de2500;
+}
+
+.how-to h3 a:hover{
+    text-decoration: underline;
+}
+.how-to p{
 	font-size: 12px; 
 	word-wrap: break-word;
 	width: 210px;
 }
-.how-to  li.inscription{
+.inscription{
 	height: 84px;
 	background-position: 212px 0;
 }
-.how-to  li.creation{
+.creation{
 	height: 100px;
 	background-position: 212px -128px;
 }
-.how-to  li.creation{
-	height: 100px;
-	background-position: 212px -128px;
-}
-.how-to  li.publier{
+.publier{
 	height: 90px;
 	background-position: 212px -266px;
 }
-.how-to  li.next-step{
+.next-step{
 	height: 24px;
 	background-position: 212px -377px;
 }
\ No newline at end of file