FLOE-168: Clean up CSS in Floe project website

Metadata

Source
FLOE-168
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Jonathan Hung
Reporter
Jonathan Hung
Created
2014-01-20T23:15:56.996-0500
Updated
2020-09-23T08:48:58.858-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. FLOE Website

Description

The Floe website CSS needs to be cleaned up:

  • remove odd formatting like -100% margins.
  • convert px to em
  • replace reset.css with normalize.css
  • some legacy styling left over from Drupal?
  • styles are not name spaced properly (i.e. website styles should be using a prefix like "floe-")
  • IDs are used a lot to style elements - these should be replaced with more generic classes

Comments