webplatform / ops

http://webplatform.github.io/ops/
5 stars 1 forks source link

Wiki theme, use /logos/logo.svg instead of /assets/logo.svg #151

Open renoirb opened 9 years ago

renoirb commented 9 years ago

Make sure the following is adapted.

Note that the background-size: takes care of the SVG at 100% for width and height on the heading.

#p-logo a {
  background: #f9f7f3 url(//www.webplatform.org/logo/logo.png);
  background: hsl(40,29%,96%) url(//www.webplatform.org/logo/logo.svg);
  background-size: 60%;
}
renoirb commented 9 years ago

Work on this issue while doing also webplatform/ops#148 webplatform/ops#150