Commit 2d16585e authored by randx's avatar randx

Few minor css improvements

parent e0805ec4
...@@ -680,7 +680,8 @@ li.note { ...@@ -680,7 +680,8 @@ li.note {
} }
} }
&.closed { &.closed {
background: #F9f9f9; background: #F5f5f5;
border-color:#E5E5E5;
.icon { .icon {
background: #DDD; background: #DDD;
border:1px solid #BBB; border:1px solid #BBB;
......
...@@ -22,4 +22,4 @@ ...@@ -22,4 +22,4 @@
%li.bottom= paginate @milestones, :remote => true, :theme => "gitlab" %li.bottom= paginate @milestones, :remote => true, :theme => "gitlab"
- else - else
%li %li
%p.padded Nothing to show here %h3.nothing_here_message Nothing to show here
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment