Browse Source

Removed Divider in infobar

Yoginth 7 years ago
parent
commit
96c169a7ea
3 changed files with 2 additions and 8 deletions
  1. 1 1
      public/css/gitote.min.css
  2. 0 4
      public/less/_base.less
  3. 1 3
      templates/base/info_bar.tmpl

File diff suppressed because it is too large
+ 1 - 1
public/css/gitote.min.css


+ 0 - 4
public/less/_base.less

@@ -610,10 +610,6 @@ footer {
 		color: #fff !important;
 		color: #fff !important;
 		font-size: 13px !important;
 		font-size: 13px !important;
 	}
 	}
-	&.divider {
-		border-left: 1px solid #ababab;
-		margin-right: @10;
-	}
 }
 }
 
 
 @media only screen and (max-width: 991px) and (min-width: 768px) {
 @media only screen and (max-width: 991px) and (min-width: 768px) {

+ 1 - 3
templates/base/info_bar.tmpl

@@ -28,9 +28,7 @@
                         {{if .Lab}}Gitote:Lab{{else}}Gitote:Prod{{end}}
                         {{if .Lab}}Gitote:Lab{{else}}Gitote:Prod{{end}}
                     </span>
                     </span>
                     
                     
-                    <span class="infobar divider hide-mobile"></span>
-
-                    <span>{{GoVer}}</span>
+                    <span class="infobar align hide-mobile">{{GoVer}}</span>
                 {{end}}
                 {{end}}
                 <a href="{{AppURL}}about">
                 <a href="{{AppURL}}about">
                     <span class="infobar align hide-mobile">About</span>
                     <span class="infobar align hide-mobile">About</span>