Skip to content

Commit bce8b19

Browse files
committed
Added info about new logo to upgrade notification
1 parent ccb0dc0 commit bce8b19

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

src/common/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change Log
22
==========
33

4-
**Hey you guys!** [Please vote in a poll](https://goo.gl/forms/kBSUY1jvDZ) about whether or not Markdown Here should get a new logo. **Thanks!**
4+
**The new logo is happening! Graphically-inclined people needed!** Submit your design, and the MDH users will vote on the next logo. Exciting! [Details are on the website.](http://markdown-here.com/logo.html)
55

66

77
2015-03-xx: v2.11.5

src/common/upgrade-notification.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,37 @@
6666
transition: opacity 1000ms;
6767
}
6868

69+
#markdown-here-upgrade-notification-link {
70+
padding: 5px;
71+
}
72+
6973
#markdown-here-upgrade-notification-link:hover {
7074
text-decoration: underline;
7175
cursor: pointer;
7276
}
7377

78+
#markdown-here-upgrade-notification-close {
79+
position: absolute;
80+
top: 2px;
81+
right: 3px;
82+
}
83+
7484
#markdown-here-upgrade-notification-close:hover {
7585
cursor: pointer;
7686
}
7787

7888
#markdown-here-upgrade-notification-logo {
79-
vertical-align: text-bottom;
89+
vertical-align: bottom;
8090
}
8191
</style>
8292
<div id="markdown-here-upgrade-notification-content" class="markdown-here-reset">
8393
<a id="markdown-here-upgrade-notification-link" class="markdown-here-reset" target="_blank" href="{{optionsURL}}" title="{{upgrade_notification_changes_tooltip}}">
8494
<img id="markdown-here-upgrade-notification-logo" class="markdown-here-reset" style="width:16px" src="data:image/png;base64,{{logoBase64}}"/>
8595
{{upgrade_notification_text}}
96+
<!-- LOGOTEMP: A one-release override of the upgrade notification. We won't have a translation done, so the text will just be here directly.
97+
-->
98+
<br><br>
99+
<b>Submit your logo design!</b>
86100
</a>
87101
<a id="markdown-here-upgrade-notification-close" class="markdown-here-reset" href="#" title="{{upgrade_notification_dismiss_tooltip}}">&#215;</a>
88102
</div>

0 commit comments

Comments
 (0)