Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dev: added some spaceing to the welcome jumbotron
  • Loading branch information
lacrioque committed Jun 7, 2017
1 parent c3e135f commit 66795d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/super/welcome.php
Expand Up @@ -29,7 +29,7 @@
<div class="row">
<div class="jumbotron" id="welcome-jumbotron">
<img alt="logo" src="<?php echo LOGO_URL;?>" id="lime-logo" class="profile-img-card img-responsive center-block" />
<p class="hidden-xs" ><?php echo PRESENTATION; // Defined in AdminController?></p>
<p class="hidden-xs" style="margin-top:25px;" ><?php echo PRESENTATION; // Defined in AdminController?></p>
</div>
</div>
<?php endif;?>
Expand Down

1 comment on commit 66795d7

@Shnoulle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What ? Inline style ? Add a class, but not an inline style (please)

Please sign in to comment.