Terranova
commited on
Commit
·
8b869d2
1
Parent(s):
ea8bc95
Update README.md
Browse files
README.md
CHANGED
@@ -4,19 +4,23 @@ license: cc-by-3.0
|
|
4 |
|
5 |
<style>
|
6 |
|
7 |
-
.
|
8 |
background-color: #555575;
|
9 |
padding-left: 10px;
|
10 |
border-radius: 5px;
|
11 |
margin-top: -20px !important;
|
12 |
margin-bottom: 0px !important;
|
13 |
-
margin-left:
|
14 |
margin-right: 5px;
|
|
|
15 |
}
|
16 |
-
.
|
17 |
background-color: #555575;
|
|
|
|
|
|
|
18 |
}
|
19 |
-
img {max-width: 75%; max-height: 75%; display: block;
|
20 |
details {
|
21 |
background-color: #001e3c; padding-left: 5px; border-radius: 5px; margin-top: 5px; margin-bottom: 5px; padding-bottom: 2px; padding-top: 2px;
|
22 |
}
|
|
|
4 |
|
5 |
<style>
|
6 |
|
7 |
+
.image_body {
|
8 |
background-color: #555575;
|
9 |
padding-left: 10px;
|
10 |
border-radius: 5px;
|
11 |
margin-top: -20px !important;
|
12 |
margin-bottom: 0px !important;
|
13 |
+
margin-left: 2px;
|
14 |
margin-right: 5px;
|
15 |
+
padding-left: -10px;
|
16 |
}
|
17 |
+
.image_boddy {
|
18 |
background-color: #555575;
|
19 |
+
border-radius: 0px 0px 5px 5px;
|
20 |
+
margin-right: 5px;
|
21 |
+
padding-left: -40px !important;
|
22 |
}
|
23 |
+
img {max-width: 75%; max-height: 75%; display: block; align: center;/* remove extra space below image */ }
|
24 |
details {
|
25 |
background-color: #001e3c; padding-left: 5px; border-radius: 5px; margin-top: 5px; margin-bottom: 5px; padding-bottom: 2px; padding-top: 2px;
|
26 |
}
|