~flimm/python-snippets/gtkcrashhandler

« back to all changes in this revision

Viewing changes to webkit/webkit_table-plain.css

  • Committer: Jono Bacon
  • Date: 2010-04-10 19:51:48 UTC
  • mfrom: (81.5.2 webkit-easter-html)
  • Revision ID: jono@ubuntu.com-20100410195148-z096w3p21ko82ksb
Awesome webkit table example.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
    font-size: 80%;
 
3
}
 
4
td.left {
 
5
    text-align: left;
 
6
}
 
7
td.right {
 
8
    text-align: right;
 
9
}
 
10