Improve header display across browsers
This commit is contained in:
parent
32e1a595eb
commit
7fef2bfaa8
1 changed files with 5 additions and 4 deletions
|
@ -828,9 +828,9 @@ h4 + .uk-comment-meta li:first-child {
|
||||||
.av-header-bg-chaos {
|
.av-header-bg-chaos {
|
||||||
width: 274px;
|
width: 274px;
|
||||||
height: 53px;
|
height: 53px;
|
||||||
margin-left: -54px;
|
margin-left: -53px;
|
||||||
background: url('<% image /spritesheet.png url %>');
|
background: url('<% image /spritesheet.png url %>');
|
||||||
background-position: -9px -139px;
|
background-position: -10px -139px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -845,11 +845,12 @@ h4 + .uk-comment-meta li:first-child {
|
||||||
|
|
||||||
.av-title {
|
.av-title {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 13px;
|
top: 8px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
line-height: 31px;
|
||||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -876,7 +877,7 @@ h4 + .uk-comment-meta li:first-child {
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.av-menu {
|
.av-menu {
|
||||||
@top: 14px;
|
@top: 23px;
|
||||||
@right: 5%;
|
@right: 5%;
|
||||||
@size: 30px;
|
@size: 30px;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue