Minor changes

Sometimes during the transition through the links in the admin panel, 
the ADMIN image jumped down due to the appearance of margin: 20px;
This commit is contained in:
Vladyslav
2018-08-03 08:41:17 +03:00
committed by GitHub
parent 55d5ff9c32
commit 7c6de23303
+5 -4
View File
@@ -1,18 +1,19 @@
body {
color: #000;
font-size:10pt;
background:#FFF;
margin:0px;
font-size: 10pt;
background: #FFF;
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
overflow-x: hidden;
}
.center-img {
margin: 0;
text-align: center;
}
.none {
color:#C0C0C0;
color: #C0C0C0;
}
/* Fix */