Description:
ignoring logs
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@44 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r20:4d411abadafb - - 1 file changed: 2 inserted, 2 deleted
@@ -1,61 +1,61 | |||
|
1 | 1 | p { |
|
2 | 2 | font-size: 12px; |
|
3 | 3 | } |
|
4 | 4 | |
|
5 | 5 | div.problist-each { |
|
6 | 6 | margin-top: 2px; |
|
7 | 7 | margin-bottom: 2px |
|
8 | 8 | } |
|
9 | 9 | |
|
10 | 10 | div.usermenu { |
|
11 | 11 | border-top: thin solid grey; |
|
12 | 12 | border-bottom: thin solid grey; |
|
13 | 13 | text-align: right |
|
14 | 14 | } |
|
15 | 15 | |
|
16 | 16 | div.probname { |
|
17 |
- background-color: # |
|
|
17 | + background-color: #eeeeee; | |
|
18 | 18 | font-weight: bold; |
|
19 | - color: white; | |
|
20 | 19 | padding: 2px; |
|
20 | + border: 1px solid black; | |
|
21 | 21 | } |
|
22 | 22 | |
|
23 | 23 | div.subinfo { |
|
24 | 24 | margin-left: 20px; |
|
25 | 25 | margin-top: 2px; |
|
26 | 26 | border-bottom: thin solid grey; |
|
27 | 27 | border-left: thin solid grey |
|
28 | 28 | } |
|
29 | 29 | |
|
30 | 30 | div.compilermsgbody { |
|
31 | 31 | font-family: monospace; |
|
32 | 32 | } |
|
33 | 33 | |
|
34 | 34 | div.submitbox { |
|
35 | 35 | border: thin solid black; |
|
36 | 36 | padding: 5px; |
|
37 | 37 | color: white; |
|
38 | 38 | background-color: #777777; |
|
39 | 39 | } |
|
40 | 40 | |
|
41 | 41 | |
|
42 | 42 | table.uinfo { |
|
43 | 43 | border-collapse: collapse; |
|
44 | 44 | border: 1px solid black; |
|
45 | 45 | font-size: 13px; |
|
46 | 46 | } |
|
47 | 47 | |
|
48 | 48 | |
|
49 | 49 | td.uinfo { |
|
50 | 50 | vertical-align: top; |
|
51 | 51 | border: 1px solid black; |
|
52 | 52 | padding: 5px; |
|
53 | 53 | } |
|
54 | 54 | |
|
55 | 55 | th.uinfo { |
|
56 | 56 | background: lightgreen; |
|
57 | 57 | vertical-align: top; |
|
58 | 58 | text-align: right; |
|
59 | 59 | border: 1px solid black; |
|
60 | 60 | padding: 5px; |
|
61 | 61 | } |
You need to be logged in to leave comments.
Login now