[gnome-continuous] build.gnome.org: Fix badge icon clipping on the sidebar
- From: Tom Tryfonidis <tomtryf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] build.gnome.org: Fix badge icon clipping on the sidebar
- Date: Mon, 19 Feb 2018 22:00:17 +0000 (UTC)
commit 9f8da189783d6a05eb5589df847c7aa91b5a76db
Author: Tom Tryfonidis <tomtryf gnome org>
Date: Mon Feb 19 23:57:36 2018 +0200
build.gnome.org: Fix badge icon clipping on the sidebar
extras/build.gnome.org/index.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/extras/build.gnome.org/index.html b/extras/build.gnome.org/index.html
index cf1fa5c..cb49f4d 100644
--- a/extras/build.gnome.org/index.html
+++ b/extras/build.gnome.org/index.html
@@ -35,7 +35,7 @@
<div class="gnome-content">
<div class='container'>
<div class='row'>
- <div ng-controller="ContinuousHomeCtrl" id="sidebar" class="col-sm-3 col-md-2" role="navigation">
+ <div ng-controller="ContinuousHomeCtrl" id="sidebar" class="col-sm-3 col-md-3" role="navigation">
<div class="list-group">
<div ng-repeat="build in builds" class='list-group-item list-group-item-success' ng-class="{
'list-group-item-danger': build.failed.indexOf('resolve') > -1,
@@ -54,7 +54,7 @@
</div>
</div>
</div>
- <div ng-view class="content col-sm-9 col-md-10"></div>
+ <div ng-view class="content col-sm-9 col-md-9"></div>
</div>
</div>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]