Skip to content

Commit 9b8cc4c

Browse files
committed
plugins.jquery.com: Adjust size of version and date info for releases.
1 parent c5b3b26 commit 9b8cc4c

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

themes/plugins.jquery.com/style.css

+11-6
Original file line numberDiff line numberDiff line change
@@ -181,26 +181,31 @@ a {
181181

182182
.jquery-plugin .toolbox header .version-info {
183183
float: left;
184-
width: 30%;
184+
width: 55%;
185185
}
186186

187187
.jquery-plugin .toolbox header .release-info {
188188
float: right;
189-
width: 70%;
189+
width: 45%;
190190
}
191191

192192
.jquery-plugin .toolbox header .release-info {
193193
text-align: right;
194194
}
195195

196-
.jquery-plugin .toolbox header .version-number, .jquery-plugin .toolbox header .date {
197-
font: bold 1.25em/1.2em "klavika-web", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
196+
.jquery-plugin .toolbox header .version-number,
197+
.jquery-plugin .toolbox header .date {
198+
font-family: "klavika-web", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
198199
}
199200

200201
.jquery-plugin .toolbox header .version-number {
201-
font-size: 1.9em;
202+
font-size: 1.8em;
203+
line-height: 1em;
202204
letter-spacing: -2px;
203-
line-height: .9em;
205+
}
206+
207+
.jquery-plugin .toolbox header .date {
208+
line-height: 1.8em;
204209
}
205210

206211
.jquery-plugin .toolbox .body {

0 commit comments

Comments
 (0)