We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94fb83 commit 6550fb5Copy full SHA for 6550fb5
content/downloads/past.html
@@ -6,7 +6,7 @@
6
<ul class="m-icon-list">
7
<li class="col-md-12">
8
<div class="m-icon icon-block">
9
- <figure><img style="height: 50px;" src="/images/downloads/restlet-framework.svg" /></figure>
+ <figure><img class="download-logo" src="/images/downloads/restlet-framework.svg" /></figure>
10
11
<div>
12
Starting from release 2.5, the Restlet Framework is available from Maven Central repository.
static/css/custom.css
@@ -21,4 +21,8 @@ navigation-logo .a{
21
22
.home-logo {
23
width: 173px;
24
+}
25
+
26
+.download-logo {
27
+ height: 50px;
28
}
0 commit comments