~jfi/psensor/0.6.1.8

« back to all changes in this revision

Viewing changes to www/style.css

  • Committer: jeanfi
  • Date: 2011-04-21 08:59:25 UTC
  • Revision ID: svn-v4:150fdd79-9831-44f0-b659-6bc0400daafd:psensor/branches/v0.6.1.7:4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
    font-family: Ubuntu, Verdana, Helvetica, Arial, sans-serif;
 
3
    background: #fff;
 
4
    color: Black;
 
5
    margin: 1em 0em 0em 1em;
 
6
    padding-left: 0em 0em 0em 0em;
 
7
}
 
8
 
 
9
table {
 
10
    border: 1px solid #ddd;
 
11
}
 
12
 
 
13
tr.title {
 
14
    background-color: #eee;
 
15
}