Changes

211 bytes added ,  20:09, 9 January 2015
no edit summary
Line 24: Line 24:  
text-align: left;
 
text-align: left;
 
}
 
}
 +
    
#ff-skill {
 
#ff-skill {
Line 37: Line 38:  
#ff-skill .default {
 
#ff-skill .default {
 
border-bottom: 1px solid black;
 
border-bottom: 1px solid black;
 +
}
 +
 +
#ff-desc {
 +
font-family: arial, sans-serif;
 +
font-size: 12px;
 +
color: #000000;
 +
font-style: normal;
 +
font-weight: normal;
 +
font-variant: normal;
 +
text-align: left;
 +
}
 +
 +
#ff-desc .default {
 +
background: white;
 
}
 
}