~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/common/ivle.css

  • Committer: mattgiuca
  • Date: 2008-01-14 21:34:08 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:228
common/ivle.css: changed font family from "sans" to "sans-serif" (this is
the correct name for the generic family - now it will display correctly on all
browsers).
common/interpret.py: Same change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    padding: 0;
13
13
    background-color: white;
14
14
    color: black;
15
 
    font-family: sans;
 
15
    font-family: sans-serif;
16
16
    font-size: 0.95em;
17
17
}
18
18