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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-01-22 04:47:42 UTC
  • mfrom: (1080.1.93 storm)
  • Revision ID: grantw@unimelb.edu.au-20090122044742-sa8gnww0ma2bm2rv
Merge Storm branch. ivle.db is dead. Watch out for the schema change.

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
 
}