Skip to content

Commit

Permalink
bringing sexy (builder image) back (bug 692542)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Oct 6, 2011
1 parent dea16b8 commit 1252a9a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/devhub/templates/devhub/package_addon.html
Expand Up @@ -3,7 +3,7 @@

{% set title = _('Add-on Packager') %}
{% block title %}{{ dev_page_title(title) }}{% endblock %}
{% block bodyclass %}inverse {{ super() }}{% endblock %}
{% block bodyclass %}packager inverse {{ super() }}{% endblock %}

{% block content %}
<section class="primary">
Expand Down
@@ -1,4 +1,9 @@
@import '../lib';
@import 'lib';

.packager aside p {
background: url(../../img/developers/addon-packager.png) 50% 0 no-repeat;
padding-top: 188px;
}

#packager {
fieldset {
Expand Down
Binary file added media/img/developers/addon-packager.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion settings.py
Expand Up @@ -486,7 +486,7 @@ def JINJA_CONFIG():
'css/zamboni/developers.css',
'css/zamboni/docs.less',
'css/impala/developers.less',
'css/impala/devhub/packager.less',
'css/impala/devhub-packager.less',
'css/impala/formset.less',
),
'zamboni/devhub_impala': (
Expand Down

0 comments on commit 1252a9a

Please sign in to comment.