USEPA / OneEPA-Standalone-App-Template

Standalone application template for non-www EPA.gov applications
22 stars 10 forks source link

Fix tabs.css to make tabs display properly (issue #28) #29

Open sjenkins5 opened 5 years ago

sjenkins5 commented 5 years ago

See notes in issue #28.

Added a section type selector to all rules since the rules in style.css have type selectors. Added a removed/missed float: left property. Fixed the closing bracket position of a media query which was being applied to more rules than it was supposed to.

Now the tabs seem to work as they should!