File tree Expand file tree Collapse file tree 3 files changed +21
-6
lines changed Expand file tree Collapse file tree 3 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 52
52
padding : 0 ;
53
53
}
54
54
55
+ .frontpage-screenshot {
56
+ float : right;
57
+ max-height : 380px ;
58
+ margin : 1em ;
59
+ }
60
+
55
61
.sitelinks {
56
- position : absolute ;
62
+ float : right ;
57
63
text-align : right;
58
- top : 38px ;
59
- right : 0 ;
60
64
margin-right : 6px ;
61
65
font-weight : bold;
62
66
z-index : 2 ;
63
67
}
64
68
69
+ .sitelinks ul {
70
+ margin-top : 0 ;
71
+ }
72
+
65
73
a : link {
66
74
color : # 666 ;
67
75
text-decoration : none;
@@ -95,9 +103,10 @@ a:hover {
95
103
}
96
104
97
105
.download-button-container {
98
- margin-top : 77 px ;
106
+ float : left ;
99
107
margin-left : 150px ;
100
- margin-right : 20ex ;
108
+ margin-right : 1em ;
109
+ margin-bottom : 1em ;
101
110
}
102
111
103
112
a .button {
@@ -107,7 +116,7 @@ a.button {
107
116
font-weight : bold;
108
117
background-color : # ff6600 ;
109
118
color : white;
110
- position : absolute ;
119
+ white-space : nowrap ;
111
120
padding : 5px ;
112
121
padding-left : 1ex ;
113
122
padding-right : 1ex ;
Original file line number Diff line number Diff line change 2
2
title: "git-cola: The highly caffeinated Git GUI"
3
3
layout: logo-top
4
4
---
5
+
5
6
< div class ="download-button-container ">
6
7
< div class ="info-text ">
7
8
git-cola is a sleek and powerful < a href ="http://git-scm.com/ "> Git</ a > GUI< br />
11
12
< a class ="button " href ="downloads.html "> Download git-cola</ a >
12
13
</ div >
13
14
</ div >
15
+
14
16
< div class ="sitelinks ">
15
17
< ul >
16
18
< li > < a href ="share/doc/git-cola/hotkeys.html "> keyboard shortcuts</ a > </ li >
20
22
</ li >
21
23
</ ul >
22
24
</ div >
25
+
26
+ < img src ="images/screenshot-main-linux.png " class ="frontpage-screenshot "/>
27
+
28
+
You can’t perform that action at this time.
0 commit comments