This repository was archived by the owner on Apr 12, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +27
-5
lines changed
src/Gitonomy/Browser/Resources/views Expand file tree Collapse file tree 3 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 18
18
<div class =" gitonomy-browser-content" >
19
19
{% block content ' ' %}
20
20
</div >
21
+ <div class =" gitonomy-browser-footer" >
22
+ <p >
23
+ Powered by <a href =" http://gitonomy.com" >gitonomy</a >
24
+ </p >
25
+ </div >
21
26
</div >
22
27
</div >
23
28
<script type =" text/javascript" src =" /vendor/jquery-1.9.0.min.js" ></script >
Original file line number Diff line number Diff line change 4
4
5
5
{% block content %}
6
6
<h2 >
7
- <a href =" {{ path(' repository' ) }}" >
8
- {{ repository }}
9
- </a >
10
- >
11
7
{% if reference is git_branch %}
12
8
branch {{ reference .name }}
13
9
{% elseif reference is git_tag %}
Original file line number Diff line number Diff line change
1
+ h1 , h2 , h3 , p , body {
2
+ margin : 0 ;
3
+ padding : 0 ;
4
+ }
5
+
1
6
body {
2
7
margin : 0 ;
3
8
font-family : sans-serif;
9
+ padding-bottom : 20px ;
4
10
}
5
11
6
12
.gitonomy-browser-wrapper {
7
13
width : 1000px ;
8
14
margin : 0 auto;
9
- box-shadow : 0px 0px 60px # aaa ;
15
+ box-shadow : 0px 0px 60px # aaa ;
16
+ }
17
+
18
+ .gitonomy-browser-footer {
19
+ line-height : 20px ;
20
+ height : 20px ;
21
+ font-size : 0.75em ;
22
+ color : # aaa ;
23
+ text-align : center;
24
+ margin-top : 20px ;
25
+ border-top : 1px solid # dfdfdf ;
26
+ background-color : # efefef ;
27
+ }
28
+
29
+ .gitonomy-browser .gitonomy-browser-footer a {
30
+ color : # 777 ;
10
31
}
11
32
12
33
.gitonomy-browser-content {
You can’t perform that action at this time.
0 commit comments