Commit d6453a27 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) put menu style in, should move to theme later on

parent e98da673
...@@ -38,6 +38,14 @@ $pagetitle = gentitle( $pgtitle ); ...@@ -38,6 +38,14 @@ $pagetitle = gentitle( $pgtitle );
<!-- include (theme) style --> <!-- include (theme) style -->
<link href="/ui/themes/<?=$g['theme'];?>/build/css/main.css" media="screen, projection" rel="stylesheet"> <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 --> <!-- Favicon -->
<link href="/ui/themes/<?=$g['theme'];?>/build/images/favicon.png" rel="shortcut icon"> <link href="/ui/themes/<?=$g['theme'];?>/build/images/favicon.png" rel="shortcut icon">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment