primo commit
This commit is contained in:
28
modules/mod_jem/tmpl/mod_jem.css
Normal file
28
modules/mod_jem/tmpl/mod_jem.css
Normal file
@ -0,0 +1,28 @@
|
||||
/**
|
||||
* @package JEM
|
||||
* @subpackage JEM Latest Events Basic Module
|
||||
* @copyright (C) 2013-2024 joomlaeventmanager.net
|
||||
* @copyright (C) 2005-2009 Christoph Lukes
|
||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU/GPL
|
||||
*/
|
||||
|
||||
|
||||
.highlight_featured{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#jemmodulebasic {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
|
||||
#jemmodulebasic ul {
|
||||
margin-left: 0.7em;
|
||||
padding-left: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#jemmodulebasic ul li {
|
||||
position: relative;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user