|
@@ -90,6 +90,12 @@
|
|
<!-- Stylesheet -->
|
|
<!-- Stylesheet -->
|
|
<link rel="stylesheet" href="{{AppSubURL}}/css/semantic-2.3.1.min.css">
|
|
<link rel="stylesheet" href="{{AppSubURL}}/css/semantic-2.3.1.min.css">
|
|
<link rel="stylesheet" href="{{AppSubURL}}/css/gogs.css?v={{MD5 AppVer}}">
|
|
<link rel="stylesheet" href="{{AppSubURL}}/css/gogs.css?v={{MD5 AppVer}}">
|
|
|
|
+ <noscript>
|
|
|
|
+ <style>
|
|
|
|
+ .dropdown:hover > .menu { display: block; }
|
|
|
|
+ .ui.secondary.menu .dropdown.item > .menu { margin-top: 0; }
|
|
|
|
+ </style>
|
|
|
|
+ </noscript>
|
|
|
|
|
|
<!-- JavaScript -->
|
|
<!-- JavaScript -->
|
|
<script src="{{AppSubURL}}/js/semantic-2.3.1.min.js"></script>
|
|
<script src="{{AppSubURL}}/js/semantic-2.3.1.min.js"></script>
|