http_log 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,5 +9,5 @@
9
9
  //= require_tree .
10
10
 
11
11
  $(function() {
12
- $("body#http-logger").scrollspy()
12
+ $("body#http-log").scrollspy()
13
13
  });
@@ -6,10 +6,6 @@
6
6
  *= require_tree .
7
7
  */
8
8
 
9
- #http-logger ul.nav {
10
- top: 10px;
11
- }
12
-
13
- #http-logger table {
9
+ #http-log table {
14
10
  table-layout: fixed;
15
11
  }