mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 02:54:38 +00:00
(legacy) put menu style in, should move to theme later on
This commit is contained in:
parent
e98da673f7
commit
d6453a275b
@ -38,6 +38,14 @@ $pagetitle = gentitle( $pgtitle );
|
||||
<!-- include (theme) style -->
|
||||
<link href="/ui/themes/<?=$g['theme'];?>/build/css/main.css" media="screen, projection" rel="stylesheet">
|
||||
|
||||
<!-- TODO: move to theme style -->
|
||||
<style>
|
||||
.menu-level-3-item {
|
||||
font-size: 90%;
|
||||
padding-left: 54px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- Favicon -->
|
||||
<link href="/ui/themes/<?=$g['theme'];?>/build/images/favicon.png" rel="shortcut icon">
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user