aboutsummaryrefslogtreecommitdiff
path: root/examples/gradle/dokka-customFormat-example/logo-styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gradle/dokka-customFormat-example/logo-styles.css')
-rw-r--r--examples/gradle/dokka-customFormat-example/logo-styles.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/gradle/dokka-customFormat-example/logo-styles.css b/examples/gradle/dokka-customFormat-example/logo-styles.css
new file mode 100644
index 00000000..bde131cd
--- /dev/null
+++ b/examples/gradle/dokka-customFormat-example/logo-styles.css
@@ -0,0 +1,6 @@
+#logo {
+ background-image: url('../images/ktor-logo.png');
+ background-size: 125px 50px;
+ padding-top: 12px;
+ height: 65px;
+} \ No newline at end of file