Terranova
commited on
Commit
·
92dae4e
1
Parent(s):
a5f6e31
Update README.md
Browse files
README.md
CHANGED
@@ -5,11 +5,14 @@ license: cc-by-3.0
|
|
5 |
<style>
|
6 |
|
7 |
.image {
|
8 |
-
background-color: #
|
9 |
padding-left: 10px;
|
10 |
border-radius: 5px;
|
11 |
}
|
12 |
-
|
|
|
|
|
|
|
13 |
</style>
|
14 |
|
15 |
<details><summary><b>Changelog</b></summary>
|
|
|
5 |
<style>
|
6 |
|
7 |
.image {
|
8 |
+
background-color: #555575;
|
9 |
padding-left: 10px;
|
10 |
border-radius: 5px;
|
11 |
}
|
12 |
+
img {max-width: 75%; max-height: 75%; display: block; /* remove extra space below image */ }
|
13 |
+
details {
|
14 |
+
background-color: #5b5d75; padding-left: 10px; border-radius: 5px;
|
15 |
+
}
|
16 |
</style>
|
17 |
|
18 |
<details><summary><b>Changelog</b></summary>
|