Implement visual language grouping in ULS

Added a utility callback function to sort languages by autonym.
Added CSS fix for group separatos.

Change-Id: I73c7c6518a85e4ea7999be3ef92a121e877610e8
This commit is contained in:
Santhosh Thottingal
2012-08-06 17:47:04 +05:30
parent 13403af261
commit 1a10318acb
4 changed files with 78 additions and 31 deletions

View File

@@ -52,3 +52,7 @@
margin-top: 1.6em;
line-height: 1.6em;
}
.uls-lcd-region-section ul li.uls-column-break:hover{
background: none;
}