File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 99
99
$ intro .= "<ul> \n" ;
100
100
foreach ($ RELEASES [5 ] as $ version => $ release ) {
101
101
$ intro .= "
102
- <li><a class='download-link' href='/downloads.php#v $ version'> $ version</a> | <a class='notes' href='/ChangeLog-5.php# $ version'>Release Notes</a></li> \n" ;
102
+ <li><a class='download-link' href='/downloads.php#v $ version'> $ version</a> · <a class='notes' href='/ChangeLog-5.php# $ version'>Release Notes</a></li> \n" ;
103
103
}
104
104
$ intro .= "</ul> \n" ;
105
105
}
Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99
28
28
letter-spacing : 3px ;
29
29
word-spacing : 6px ;
30
30
text-align : center;
31
+ margin-bottom : 0 ;
32
+ }
33
+ # intro h2 : after {
34
+ display : none;
31
35
}
32
36
# intro .row {
33
37
position : relative;
@@ -40,15 +44,22 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99
40
44
# intro .download ul {
41
45
list-style : none;
42
46
}
47
+ # intro ul {
48
+ word-spacing : .25rem ;
49
+ }
43
50
# intro .download a .notes {
44
51
font-size : .75em ;
45
- padding-left : .5em ;
46
52
white-space : nowrap;
47
53
}
48
54
# intro .download a {
49
55
color : # ccc ;
50
56
border : 0 ;
51
57
}
58
+ # intro .download a : hover ,
59
+ # intro .download a : focus {
60
+ border-bottom : 1px dotted;
61
+ }
62
+
52
63
# intro .download a .download-link {
53
64
color : # fff ;
54
65
}
You can’t perform that action at this time.
0 commit comments