css not indenting text enough on homepage
Bug #232309 reported by
Vitaly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-website |
Fix Released
|
Low
|
Martin Pool |
Bug Description
In the css file layout.css on http://
#masthead h1 {
background-
display:block;
left:111px;
line-height:80px;
position:absolute;
text-indent:-500px; /* this should be greater */
top:0pt;
width:193px;
z-index:30;
}
a -500px text-indent is not sufficient on some wider screens, and so we start to see the H1 element.
Changed in bzr: | |
assignee: | nobody → mnuzum |
status: | New → Confirmed |
assignee: | mnuzum → newz |
Changed in bzr: | |
importance: | Undecided → Medium |
affects: | bzr → bzr-website |
To post a comment you must log in.
Here is a fix the the css