make Mozilla logo clickable (bug 694273)
This commit is contained in:
Родитель
9ae4a90107
Коммит
3932eb3501
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче