usgs / earthquake-eventpages

Web application for displaying earthquake event pages.
Other
28 stars 22 forks source link

PAGERPin #550

Closed emartinez-usgs closed 8 years ago

emartinez-usgs commented 8 years ago

Create product-specific pin for PAGER products.

emartinez-usgs commented 8 years ago
/* less good */
.class > h3 {
}
.class > figure {
}
/* better */
.class-header {
}
.class-figure {
}
emartinez-usgs commented 8 years ago

Make the PagerModule the default within this pin.

emartinez-usgs commented 8 years ago

Actually use the PagerModule, do not stub in a fake module. If the module ID changes, this would break as-is.

emartinez-usgs commented 8 years ago