File tree 3 files changed +14
-0
lines changed
3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ /* Overriding the PureCSS landing page template with some custom styles */
2
+
1
3
.splash {
2
4
height : 80% ;
3
5
text-transform : none;
20
22
21
23
22
24
/* Form elements */
25
+
23
26
.pure-form input [type ] {
24
27
width : inherit;
25
28
}
29
+
26
30
.pure-button-primary {
27
31
background : white;
28
32
color : # 1f8dd6 ;
29
33
border-radius : 5px ;
30
34
font-size : 120% ;
31
35
}
32
36
37
+
38
+ /* New stuff */
39
+
40
+ .forkMe {
41
+ position : absolute;
42
+ right : 0 ;
43
+ width : 150px ;
44
+ }
45
+
Original file line number Diff line number Diff line change 29
29
-->
30
30
31
31
< div class ="splash-container ">
32
+ < a href ="https://github.com/hacklschorsch/metafahr "> < img alt ="Fork me on GitHub " class ="forkMe " src ="/img/forkme.png " /> </ a >
32
33
< div class ="splash ">
33
34
< h1 class ="splash-head "> metafahr</ h1 >
34
35
< p class ="splash-subhead "> Metasuchmaschine für Ride-Sharing</ p >
You can’t perform that action at this time.
0 commit comments