Skip to content
This repository has been archived by the owner on Oct 21, 2018. It is now read-only.

Commit

Permalink
Change how SCHOOL_NAME shows in the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanBerkley committed Feb 25, 2015
1 parent e0513d8 commit 74e8062
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions static_files/scss/_nav.scss
Expand Up @@ -129,6 +129,9 @@
.mobile-size .mm-school-name {
font-size: 14px;
}
.mobile-size .mm-custom-school-name {
display: none;
}
.mm-hide-scrollbar {
position: relative;
width: 100%;
Expand Down
8 changes: 5 additions & 3 deletions templates/nav.html
Expand Up @@ -13,10 +13,12 @@
<div class="mm-text">
<div class="mm-school-name-wrapper">
<div class="mm-school-name">
{% if config.SCHOOL_NAME != "Unnamed School" %}
{{ config.SCHOOL_NAME }}&rsquo;s
{% endif %}
Schooldriver
<span class="mm-custom-school-name">
{% if config.SCHOOL_NAME != "Unnamed School" %}
for {{ config.SCHOOL_NAME }}
{% endif %}
</span>
</div>
</div>
<div class="mm-hide-scrollbar">
Expand Down

0 comments on commit 74e8062

Please sign in to comment.