Closed (fixed)
Project:
OM 2 HTML5
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 May 2011 at 19:15 UTC
Updated:
12 Jun 2011 at 04:51 UTC
The reset.css file in the OM Core CSS directory contains a small error:
input[type=text], textarea, select { border: 1px solid #ccc; padding 2px; color: #666; }
A colon should be added right after padding, so the line should look like this:
input[type=text], textarea, select { border: 1px solid #ccc; padding: 2px; color: #666; }
Comments
Comment #1
danielhonrade commentedThanks MacCune!
Comment #2
danielhonrade commented