mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-15 00:56:09 +00:00
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:
+5
-4
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user