Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
693 steven 1
// List Icons
2
// -------------------------
3
 
4
.@{fa-css-prefix}-ul {
5
  list-style-type: none;
6
  margin-left: (@fa-li-width * 5/4);
7
  padding-left: 0;
8
 
9
  > li { position: relative; }
10
}
11
 
12
.@{fa-css-prefix}-li {
13
  left: -@fa-li-width;
14
  position: absolute;
15
  text-align: center;
16
  width: @fa-li-width;
17
  line-height: inherit;
18
}