projects
/
qomet.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Attempt to resurrect qomet code - need some rewrite
[qomet.git]
/
public
/
stylesheets
/
course.css
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
h4.title {
2
cursor: pointer;
3
background-color: lightgrey;
4
}
5
6
.idle {
7
background-color: #EFEFEF;
8
opacity: 0.5;
9
}
10
11
tr.assessment {
12
cursor: pointer;
13
}
14
15
input#password {
16
width: auto;
17
}
18
19
table.result {
20
cursor: pointer;
21
}