~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/rdf/resources/LocalStore.css

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
window { 
 
2
 display: block; 
 
3
 
4
 
 
5
tree { 
 
6
 display: table; 
 
7
 background-color: #eeeeee; 
 
8
 border: none; 
 
9
 border-spacing: 0px; 
 
10
 border-collapse: collapse; 
 
11
 
12
 
 
13
treerow { 
 
14
 display: table-row; 
 
15
 
16
 
 
17
treehead { 
 
18
 display: table-header-group; 
 
19
 
20
 
 
21
treebody { 
 
22
 display: table-row-group; 
 
23
 
 
24
 
25
 
 
26
treecell { 
 
27
 display: table-cell; 
 
28
 
29
 
 
30
treehead treerow treecell { 
 
31
 background-color: #a0a0a0; 
 
32
 border: thin black solid; 
 
33
 
34