Rename 'social-footer' to 'links-footer and make it a class'

This commit is contained in:
Andreas Wagner 2016-04-11 18:05:50 +02:00
Родитель 5a571efcde
Коммит c14e95675d
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -154,7 +154,7 @@ class TestDashboard(HubTest):
doc = pq(self.client.get(self.url).content)
eq_(doc('title').text(),
'Manage My Submissions :: Developer Hub :: Add-ons for Firefox')
eq_(doc('#social-footer').length, 1)
eq_(doc('.links-footer').length, 1)
eq_(doc('#copyright').length, 1)
eq_(doc('#footer-links .mobile-link').length, 0)

Просмотреть файл

@ -1,4 +1,4 @@
<div id="social-footer">
<div class="links-footer">
<ul>
<li>{{ _('get to know <b>add-ons</b>') }}</li>
<li><a href="{{ url('pages.about') }}">{{ _('About') }}</a></li>

Просмотреть файл

@ -96,7 +96,7 @@ url(../../img/impala/footer-logo.png) center center no-repeat;
width: 25%;
}
#social-footer {
.links-footer {
height: 68px;
margin-bottom: 4px;
display: table;

Просмотреть файл

@ -1042,7 +1042,7 @@ section.secondary {
font-family: inherit;
font-style: normal;
#social-footer a {
.links-footer a {
color: @link-on-color-bg;
}
}