Description:
merge
Commit status:
[Not Reviewed]
References:
merge algo
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r477:d47787530849 - - 1 file changed: 0 inserted, 1 deleted

@@ -1,24 +1,23
1 - content_for :header do
1 - content_for :header do
2 = javascript_include_tag 'local_jquery'
2 = javascript_include_tag 'local_jquery'
3
3
4 :javascript
4 :javascript
5 $(document).ready( function() {
5 $(document).ready( function() {
6 $("#mem_remark").hover( function() {
6 $("#mem_remark").hover( function() {
7 $("#mem_remark_box").show();
7 $("#mem_remark_box").show();
8 }, function() {
8 }, function() {
9 $("#mem_remark_box").hide();
9 $("#mem_remark_box").hide();
10 });
10 });
11 });
11 });
12 - alert("hahaha");
13 :css
12 :css
14 .hof_user { color: orangered; font-style: italic; }
13 .hof_user { color: orangered; font-style: italic; }
15 .hof_language { color: green; font-style: italic; }
14 .hof_language { color: green; font-style: italic; }
16 .hof_value { color: deeppink;font-style: italic; }
15 .hof_value { color: deeppink;font-style: italic; }
17 .info_param { font-weight: bold;text-align: right; }
16 .info_param { font-weight: bold;text-align: right; }
18 .tooltip {
17 .tooltip {
19 font-family: Verdana,sans-serif;
18 font-family: Verdana,sans-serif;
20 font-weight: normal;
19 font-weight: normal;
21 text-align: left;
20 text-align: left;
22 font-size: 1.0em;
21 font-size: 1.0em;
23 color: black;
22 color: black;
24 line-height: 1.1;
23 line-height: 1.1;
You need to be logged in to leave comments. Login now