/
home
/
faureele
/
extra-til
/
wp-content
/
themes
/
woffice
/
scss
/
plugins
/
Upload File
HOME
/*--------------------------------------------------------- ** ** CM Tooltip Glossary ** ----------------------------------------------------------*/ #content .ln-letters{ display: table; width: 100%; } #content .ln-letters a { display: table-cell; float: none; padding: 10px 6px; text-align: center;} #content .ln-letters a:first-child { border-radius: 5px 0 0 5px } #content .ln-letters a:last-child { border-radius: 0 5px 5px 0 } #content .ln-letters a:hover{text-decoration: none;} #content ul#glossaryList{padding: 20px 0px;} #content ul#glossaryList li{position: relative; padding: 0 30px; list-style-type: none;} #content ul#glossaryList li:before{content: "\f02d"; font-family: $font-icon-solid; position: absolute; left: 0; font-size: 1.2em; top: -2px; }