File tree Expand file tree Collapse file tree 3 files changed +70
-5
lines changed Expand file tree Collapse file tree 3 files changed +70
-5
lines changed Original file line number Diff line number Diff line change 98
98
$ intro .= "<ul> \n" ;
99
99
foreach ($ RELEASES [5 ] as $ version => $ release ) {
100
100
$ intro .= "
101
- <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" ;
101
+ <li><a class='download-link' href='/downloads.php#v $ version'> $ version</a><span class='dot'> ·</span> <a class='notes' href='/ChangeLog-5.php# $ version'>Release Notes</a></li> \n" ;
102
102
}
103
103
$ intro .= "</ul> \n" ;
104
104
}
Original file line number Diff line number Diff line change 9
9
text-shadow : 0 1px 2px rgba (0 , 0 , 0 , .5 );
10
10
font-size : 1.125rem ;
11
11
}
12
+
13
+ # intro ul a {
14
+ word-spacing : 0 ;
15
+ }
16
+
12
17
# intro .row .blurb p : first-child {
13
18
margin-top : 1.5rem ;
14
19
}
15
20
# intro .row .blurb ,
16
21
# intro .row .download {
17
22
display : table-cell;
18
23
float : none;
19
- vertical-align : middle;
20
24
padding : 0 1.5rem ;
21
25
}
22
26
38
42
word-spacing : .25rem ;
39
43
margin-left : 0 ;
40
44
}
45
+
46
+ # intro .dot {
47
+ display : inline-block;
48
+ width : 5px ;
49
+ padding : 0 5px ;
50
+ }
51
+
41
52
# intro .download {
42
- text-align : center;
43
53
}
44
54
# intro .download a .notes {
45
55
font-size : .75em ;
56
66
57
67
# intro .download a .download-link {
58
68
color : # fff ;
69
+ width : 50px ;
70
+ display : inline-block;
59
71
}
60
72
61
73
# layout-content {
69
81
p .archive {
70
82
text-align : right;
71
83
}
84
+
85
+ @media (min-width : 480px ) and (max-width : 768px ) {
86
+ # intro .download {
87
+ width : 35% ;
88
+ }
89
+
90
+ # intro .blurb {
91
+ width : 65% ;
92
+ }
93
+ }
94
+
95
+ @media (min-width : 768px ) {
96
+ .navbar-search ,
97
+ # intro .download ,
98
+ # intro .background ,
99
+ aside .tips ,
100
+ .layout-menu {
101
+ width : 25% ;
102
+ }
103
+
104
+ # intro .blurb , # layout-content {
105
+ width : 75% ;
106
+ }
107
+ }
108
+
109
+ @media (min-width : 480px ) and (max-width : 590px ) {
110
+ # intro .dot {
111
+ display : none;
112
+ }
113
+ }
114
+
115
+ @media (min-width : 768px ) and (max-width : 784px ) {
116
+ # intro .download , aside .tips , .navbar-search {
117
+ width : 30% ;
118
+ }
119
+
120
+ # intro .blurb , # layout-content {
121
+ width : 70% ;
122
+ }
123
+ }
Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ textarea {
253
253
.hidden-tablet {
254
254
display : none !important ;
255
255
}
256
+
256
257
}
257
258
@media (max-width : 767px ) {
258
259
.hidden-desktop {
@@ -268,6 +269,8 @@ textarea {
268
269
display : none !important ;
269
270
}
270
271
}
272
+
273
+
271
274
@media (max-width : 979px ) {
272
275
}
273
276
@media (min-width : 980px ) {
@@ -1514,8 +1517,7 @@ div.soft-deprecation-notice blockquote.sidebar {
1514
1517
float : left;
1515
1518
}
1516
1519
1517
- # intro .blurb ,
1518
- # layout-content {
1520
+ # intro .blurb , # layout-content {
1519
1521
float : left;
1520
1522
width : 75% ;
1521
1523
}
@@ -1527,7 +1529,18 @@ div.soft-deprecation-notice blockquote.sidebar {
1527
1529
margin-bottom : 0 ;
1528
1530
}
1529
1531
}
1532
+
1533
+
1534
+
1535
+
1530
1536
@media (min-width : 768px ) and (max-width : 979px ) {
1537
+ # intro .download , aside .tips , .navbar-search {
1538
+ width : 30% !important ;
1539
+ }
1540
+
1541
+ # intro .blurb , # layout-content {
1542
+ width : 70% !important ;
1543
+ }
1531
1544
}
1532
1545
@media (min-width : 1200px ) {
1533
1546
# intro .container ,
You can’t perform that action at this time.
0 commit comments