Terranova commited on
Commit
8b869d2
·
1 Parent(s): ea8bc95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -4,19 +4,23 @@ license: cc-by-3.0
4
 
5
  <style>
6
 
7
- .image {
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: -4px;
14
  margin-right: 5px;
 
15
  }
16
- .image_body {
17
  background-color: #555575;
 
 
 
18
  }
19
- img {max-width: 75%; max-height: 75%; display: block; /* remove extra space below image */ }
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
  }