Added another front page space for Yaffs info. Added roave security for composer.
[yaffs-website] / web / core / themes / bartik / css / components / tablesort-indicator.css
1 /**
2  * @file
3  * Tablesort indicator styles.
4  */
5
6 .tablesort {
7   width: 14px;
8   height: 14px;
9   vertical-align: top;
10   margin: 1px 0 0 5px;
11 }
12 .tablesort--asc {
13   background-image: url(../../../../misc/icons/ffffff/twistie-down.svg);
14 }
15 .tablesort--desc {
16   background-image: url(../../../../misc/icons/ffffff/twistie-up.svg);
17 }