Skip to content

Commit

Permalink
Merge branch 'version2.0' into version2.1a
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Jun 12, 2018
2 parents 8130d86 + 436475c commit 7f16bff
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backstage/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@
<li><div class="stater"><em class="state state-fixed"><?php _e('Fixed', 'luna') ?></em></div><?php _e('Fixes an issue where SMTP data could not be set due to a character limit', 'luna') ?></li>
<li><div class="stater"><em class="state state-fixed"><?php _e('Fixed', 'luna') ?></em></div><?php _e('Calculations now work properly in debug mode regardless of localization', 'luna') ?></li>
<li><div class="stater"><em class="state state-fixed"><?php _e('Fixed', 'luna') ?></em></div><?php _e('There is no longer a hardcoded "said" string', 'luna') ?></li>
<li><div class="stater"><em class="state state-fixed"><?php _e('Fixed', 'luna') ?></em></div><?php _e('The forum title will no longer appear to far to the left when active', 'luna') ?></li>
<li><div class="stater"><em class="state state-fixed"><?php _e('Fixed', 'luna') ?></em></div><?php _e('A space has been added to quote titles before "wrote"', 'luna') ?></li>
<li><div class="stater"><em class="state state-fixed"><?php _e('Fixed', 'luna') ?></em></div><?php _e('"spoiler" is now properly quoted in the parser', 'luna') ?></li>
<li><div class="stater"><em class="state state-fixed"><?php _e('Fixed', 'luna') ?></em></div><?php _e('Night mode now correctly colors the border in the release notes', 'luna') ?></li>
</ul>
</div>
</section>
Expand Down
6 changes: 6 additions & 0 deletions backstage/css/night.less
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,10 @@
background-color: #1a79bc;
}
}

.release-notes {
h2 {
border-bottom: 1px solid #393939;
}
}
}
3 changes: 3 additions & 0 deletions backstage/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1845,6 +1845,9 @@ input[type="checkbox"] {
color: #dcedf8;
background-color: #1a79bc;
}
.night .release-notes h2 {
border-bottom: 1px solid #393939;
}
* {
border-radius: 0 !important;
box-shadow: none !important;
Expand Down

0 comments on commit 7f16bff

Please sign in to comment.