Closed
Bug 552774
Opened 15 years ago
Closed 15 years ago
personas.stage.mozilla.com not updating
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rdoherty, Assigned: chizu)
Details
Seems like personas.stage.mozilla.com isn't updating.
This file:
http://personas.stage.mozilla.com/static/css/style.css
has
#nav ul li.search {
padding: 48px 0 22px 5px;
}
when it should have:
#nav ul li.search {
padding: 20px 0 22px 5px;
}
http://viewvc.svn.mozilla.org/vc/projects/getpersonas.com/trunk/static/css/style.css?revision=64233&view=markup
Possibly due to conflict with .mo file, local file can be removed and svn up.
(In reply to comment #0)
> Possibly due to conflict with .mo file, local file can be removed and svn up.
This was the problem. Removed and svn up'ed.
Assignee: server-ops → thardcastle
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•15 years ago
|
||
Thanks Trevor!
http://personas.stage.mozilla.com/static/css/style.css?38437
is correct.
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•