Introduce $.fn.lcd - displaying languages by categories. Added the jquery.viewport.js module by Mika Tuupola (MIT license). More tests for language utils. Change-Id: I804b6da8ab0a2d518e17ae8bbd35e1c1da4bab3f
16 lines
218 B
CSS
16 lines
218 B
CSS
.uls-lcd-region-section h3 {
|
|
color: #999999;
|
|
}
|
|
|
|
.uls-lcd-region-section ul {
|
|
list-style: none;
|
|
margin-left: 0;
|
|
float: left;
|
|
width: 150px;
|
|
padding: 10px;
|
|
clear: right;
|
|
}
|
|
|
|
.uls-lcd-region-section {
|
|
clear: both;
|
|
} |