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

« back to all changes in this revision

Viewing changes to www/media/svn/log.css

  • Committer: matt.giuca
  • Date: 2009-01-18 23:03:54 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1166
setup.install: Merged change from Storm branch (should have been committed
    directly to trunk). Small bugfix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#svnlog {
2
 
        padding: 0;
3
 
}
4
 
 
5
 
#svnlog > li {
6
 
        margin: 0.5em 0;
7
 
        border: 2px solid #bbb;
8
 
 
9
 
        list-style-type: none;
10
 
}
11
 
 
12
 
#svnlog > li > h2 {
13
 
        padding: 0.2em;
14
 
        margin: 0;
 
1
.svnlogentry {
 
2
        margin: 1em;
 
3
        padding: 5px;
 
4
        border: 1px solid black;
 
5
}
 
6
 
 
7
.svnloginfo {
15
8
        background: #eee;
16
 
        font-size: medium;
17
 
        font-weight: normal;
18
 
}
19
 
 
20
 
#svnlog > li > div.svnlogcontent {
21
 
        padding: 0.2em;
22
 
}
23
 
 
24
 
#svnlog > li > div > div.svnlogpathlist {
25
 
        border-top: 1px solid black;
 
9
}
 
10
 
 
11
.svnlogentry h2 {
26
12
        font-size: smaller;
27
13
}
28
 
 
29
 
#svnlog > li div.svnlogpathlist h3 {
30
 
        margin: 0.5em;
31
 
}