Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Commit

Permalink
Set margin to 0px for p #status elements
Browse files Browse the repository at this point in the history
This fixes the 'stair step' issue when looking at the all instances view.
  • Loading branch information
jprof committed Jan 24, 2015
1 parent 26eb067 commit 303232b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/static/stylesheets/style.css
Expand Up @@ -64,6 +64,7 @@ div p#status {
padding: 15px;
float: right;
font-weight: bold;
margin: 0px;
}

div p#status.bootstrapping {
Expand Down

0 comments on commit 303232b

Please sign in to comment.