LSSTDESC / desc-data-portal

LSST DESC Data Portal web app and the associated documentation and example notebooks.
https://data.lsstdesc.org
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Update style.css #24

Closed yymao closed 3 years ago

yymao commented 3 years ago

This should fix #23 the header display issue. At the same time I also discovered why the bullet points are not working so I fix that in this PR too.

yymao commented 3 years ago

Rebased onto current main branch.

heather999 commented 3 years ago

I've deployed this to the dev portal, but I don't see the changes either in the bullets appearing or on the Browse Datasets. I confirmed that that tail of style.css reflects what is in this PR by opening a shell on SPIN:

body {
  webkit-tap-highlight-color: #4d75a8;
}

p.task-detail {
  margin: 10px 0;
}
yymao commented 3 years ago

I do see bullet points on the test site now, and the header issue is also fixed. Do you see the same @heather999 ?

heather999 commented 3 years ago

Yes, now I do. Deploying can take a couple of minutes to complete, but in this case, I had to clear my cache locally. Approving!