Skip to content

Commit d94fb83

Browse files
author
Thierry Boileau
committed
Fix inline css
1 parent 71e24be commit d94fb83

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Since its start, its Java API has closely matched the concepts and terminology o
88
While Restlet applications can be deployed in Servlet containers, they can also run directly in JVMs with minimal dependencies, resulting in a small footprint suitable for microservices. Restlet Framework is available in a Java edition compatible with Java SE/EE, GAE, OSGi and Android environments, as well as in a separate GWT edition. It offers several extensions for common use cases and can be easily extended if needed.
99

1010
<div class="m-cta cta-darkblue">
11-
<img style="width: 173px" src="/images/restlet-framework.svg" alt="Restlet Framework">
11+
<img class="home-logo" src="/images/restlet-framework.svg" alt="Restlet Framework">
1212
<a href="/downloads/current/" class="m-button m-button-border">Download</a>
1313
</div>

static/css/custom.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
background-image: url('/images/standard-darkblue.png');
44
}
55

6-
76
navigation-logo .a{
87
fill:#FFF;
98
}
@@ -20,3 +19,6 @@ navigation-logo .a{
2019
display: none;
2120
}
2221

22+
.home-logo {
23+
width: 173px;
24+
}

0 commit comments

Comments
 (0)