diff --git a/server/app/styles/drone.less b/server/app/styles/drone.less index 1c913dae4..9c0703921 100644 --- a/server/app/styles/drone.less +++ b/server/app/styles/drone.less @@ -1229,6 +1229,11 @@ nav { //border-left:1px solid #cdcece; //box-shadow:-3px 0 0 rgba(0,0,0,.05); + #sidebar-inner { + position: fixed; + width: 180px; + } + h1 {font-size:28px; font-weight:300;} h2 {font-size:22px; font-weight:300; margin-bottom:20px;} dl {padding-top:23px; border-top:1px solid #ddd; margin-top:5px; diff --git a/server/app/views/commit.html b/server/app/views/commit.html index 6ca5465fd..fbdcc5258 100644 --- a/server/app/views/commit.html +++ b/server/app/views/commit.html @@ -1,37 +1,39 @@