mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:19 +01:00
16 lines
406 B
CSS
16 lines
406 B
CSS
|
/**
|
||
|
* EGroupware: CSS with less preprocessor
|
||
|
*
|
||
|
* Please do NOT change app.css directly, instead change app.less and compile it!
|
||
|
*
|
||
|
* @link http://www.egroupware.org
|
||
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||
|
* @package home
|
||
|
* @version $Id$
|
||
|
*/
|
||
|
#divMain img {
|
||
|
width: 16px;
|
||
|
height: 16px;
|
||
|
}
|