ErModeller/canvas.css - formatting isn't following code standard

Bug #1164530 reported by Roland Chelwing
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LenaSYS
Fix Committed
Undecided
Elof Bigestans

Bug Description

Formatting at this moment:
#background {border:2px solid black;background-color:#fed; width:300;height:450;}

Should be:
#background {
         border : black solid 2px;
         background-color : #fed;
         width:300;
         height:450;
}

Related branches

Changed in lenasys:
status: New → Confirmed
Changed in lenasys:
assignee: nobody → Elof Bigestans (elof-bigestans)
status: Confirmed → In Progress
Changed in lenasys:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.