make Mozilla logo clickable (bug 694273)

This commit is contained in:
Chris Van 2011-10-13 21:12:47 -07:00
Родитель 9ae4a90107
Коммит 3932eb3501
2 изменённых файлов: 8 добавлений и 2 удалений

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

@ -3,7 +3,6 @@
.amo-header {
font-family: @head-sans;
margin-bottom: 35px;
position: relative;
}
#masthead {

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

@ -1,20 +1,27 @@
@import 'lib';
/* Clearfix! */
.statistics {
#page {
position: relative;
max-width: 1280px;
width: auto;
min-width: 1024px;
padding-bottom: 500px;
padding-left: 20px;
padding-right: 20px;
.header-search {
right: 20px;
}
}
.island {
float: none;
margin-bottom: 2em;
}
}
.html-rtl.statistics #page .header-search {
right: auto;
left: 20px;
}
.statbox .pagination {
display: block;