Showing 1 changed files with 1 additions and 57 deletions
+1 -57
templates/main/branches.html.ep
... ...
@@ -24,65 +24,9 @@
24 24
 %>
25 25
 
26 26
 % layout 'common';
27
-  %= include '/css/common';
28
-  
29
-  %= stylesheet begin
30
-    
31
-    /* Branches number */
32
-    .branches_number {
33
-      color:#666;
34
-      padding-bottom:5px;
35
-    }
36
-    
37
-    /* Branches */
38
-    .branches {
39
-      width:100%;
40
-    }
41
-    .branches .bdefault {
42
-      width:100%;
43
-      background-color:black;
44
-      color:white;
45
-    }
46
-    .branches .bdefault td {
47
-      padding-left:5px;
48
-      padding-right:5px;
49
-    }
50
-    .branches td {
51
-      padding-top:5px;
52
-      padding-bottom:5px;
53
-      border-bottom:1px solid #E5E5E5;
54
-      vertical-align:middle;
55
-    }
56
-    .branches .bname {
57
-      font-size:120%;
58
-      font-weight:bold;
59
-    }
60
-    
61
-    .branches .blast_updated {
62
-      color:#666;
63
-    }
64
-    .branches .bleft {
65
-      
66
-    }
67
-    .branches .bright {
68
-      text-align:right;
69
-    }
70
-    .branches .bright a {
71
-      color:#333;
72
-      display:inline-block;
73
-      padding:5px;
74
-      border:1px solid #E5E5E5;
75
-      border-radius:3px;
76
-      background-color:#F3F3F3;
77
-    }
78
-    .branches .bright a:hover {
79
-      color:#FFF;
80
-      background-color:#4183C4;
81
-    }
82
-  % end
83 27
   
84 28
   %= include '/include/header';
85
-
29
+  
86 30
   <div class="container">
87 31
     %= include '/include/project_header';
88 32
     %= include '/include/code_menu', display => 'branches', branches_count => scalar @$branches;