small fix in style.css
This commit is contained in:
parent
89f667ff76
commit
83c25b4386
|
@ -348,7 +348,9 @@ body {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
color: #2d2d2d;
|
color: #2d2d2d;
|
||||||
margin: 50px 0px 0px 0px;
|
margin-left: : auto;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-top: 50px;
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
h4 {
|
h4 {
|
||||||
|
@ -1269,6 +1271,8 @@ section {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
border: 1px solid #DDD;
|
border: 1px solid #DDD;
|
||||||
padding: 0.3em;
|
padding: 0.3em;
|
||||||
|
margin-top: 30px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
#jot #jot-tools {
|
#jot #jot-tools {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|
Loading…
Reference in a new issue