Files
mediawiki-extensions-Univer…/resources/css/ext.uls.lcd.css
Santhosh Thottingal 7a9b801a79 Introduce Language Category Display (LCD)
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
2012-07-02 10:20:16 +05:30

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;
}