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

« back to all changes in this revision

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

ivle.webapp.base.views#JSONRESTView: Check that methods are available before
    trying to execute them. Also raise a legal MethodNotAllowed with an
    'allowed' attribute indicating permitted methods
ivle.webapp.errors: Alter constructor to take mandatory 'allowed' argument.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.svnlogentry {
 
2
        margin: 1em;
 
3
        padding: 5px;
 
4
        border: 1px solid black;
 
5
}
 
6
 
 
7
.svnloginfo {
 
8
        background: #eee;
 
9
}
 
10
 
 
11
.svnlogentry h2 {
 
12
        font-size: smaller;
 
13
}