Browse Source

Add custom css file

master
Gerben 6 years ago
parent
commit
c4e4936502
2 changed files with 5 additions and 0 deletions
  1. +4
    -0
      public/custom-style.css
  2. +1
    -0
      templates/base/head.tmpl

+ 4
- 0
public/custom-style.css View File

@@ -0,0 +1,4 @@
.repository {
/* Since we have no footer bar, reduce padding */
padding-bottom: 15px;
}

+ 1
- 0
templates/base/head.tmpl View File

@@ -81,6 +81,7 @@
<!-- Stylesheet --> <!-- Stylesheet -->
<link rel="stylesheet" href="{{AppSubUrl}}/vendor/plugins/semantic/semantic.min.css"> <link rel="stylesheet" href="{{AppSubUrl}}/vendor/plugins/semantic/semantic.min.css">
<link rel="stylesheet" href="{{AppSubUrl}}/css/index.css?v={{MD5 AppVer}}"> <link rel="stylesheet" href="{{AppSubUrl}}/css/index.css?v={{MD5 AppVer}}">
<link rel="stylesheet" href="/custom-style.css">
<noscript> <noscript>
<style> <style>
.dropdown:hover > .menu { display: block; } .dropdown:hover > .menu { display: block; }


Loading…
Cancel
Save