Skip to content

Commit

Permalink
Fix css id case. Relates to #18.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Jul 11, 2013
1 parent 4308c1f commit e6480d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ a { color: #ddf; }
#infobl { position: absolute; bottom: 0; left: 0; text-align: left; }
#infobr { position: absolute; bottom: 0; right: 0; text-align: right; }
#plot { position: absolute; width: 100px; height: 50px; bottom: 15px; }
#infolayer ul { margin: 0; padding: 2px; list-style-type: none; }
#infolayer canvas { margin: 0; padding: 2px; }
#infoLayer ul { margin: 0; padding: 2px; list-style-type: none; }
#infoLayer canvas { margin: 0; padding: 2px; }

/* Tag list */
table.tagList { border-collapse: collapse; }
Expand Down

0 comments on commit e6480d2

Please sign in to comment.