Skip to content

Commit 6550fb5

Browse files
author
Thierry Boileau
committed
Fix inline css
1 parent d94fb83 commit 6550fb5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/downloads/past.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ul class="m-icon-list">
77
<li class="col-md-12">
88
<div class="m-icon icon-block">
9-
<figure><img style="height: 50px;" src="/images/downloads/restlet-framework.svg" /></figure>
9+
<figure><img class="download-logo" src="/images/downloads/restlet-framework.svg" /></figure>
1010

1111
<div>
1212
Starting from release 2.5, the Restlet Framework is available from Maven Central repository.

static/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ navigation-logo .a{
2121

2222
.home-logo {
2323
width: 173px;
24+
}
25+
26+
.download-logo {
27+
height: 50px;
2428
}

0 commit comments

Comments
 (0)