Autofix small errors
This commit is contained in:
+4
-4
@@ -22,7 +22,7 @@ if($fd['location'] == '28' and $fd['name']=='Канализация 1 этаж'
|
||||
BODY {
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
margin: 0 0 0 0;
|
||||
|
||||
scrollbar-face-color: #e3ac67;
|
||||
scrollbar-highlight-color: #e0c3a0;
|
||||
@@ -37,13 +37,13 @@ BODY {
|
||||
background-color: #E4F2DF;
|
||||
border-style: solid; border-width: 2px; border-color: #77c3fc
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
visibility: hidden;
|
||||
cursor:hand;
|
||||
}
|
||||
a.menuItem {
|
||||
border: 0px solid #000000;
|
||||
border: 0 solid #000000;
|
||||
background-color: #484848;
|
||||
color: #000000;
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user