use solid border in z-index tests

This commit is contained in:
MoyuScript
2013-08-15 22:31:32 +08:00
parent 8ae0d503df
commit 0fe94e57f6
5 changed files with 20 additions and 20 deletions

View File

@@ -15,7 +15,7 @@ span.bold { font-weight: bold; }
#normdiv {
height: 70px;
border: 1px dashed #999966;
border: 1px solid #999966;
background-color: #ffffcc;
margin: 0px 50px 0px 50px;
text-align: center;
@@ -26,7 +26,7 @@ span.bold { font-weight: bold; }
height: 100px;
position: relative;
top: 30px;
border: 1px dashed #669966;
border: 1px solid #669966;
background-color: #ccffcc;
margin: 0px 50px 0px 50px;
text-align: center;
@@ -38,7 +38,7 @@ span.bold { font-weight: bold; }
position: relative;
top: 15px;
left: 20px;
border: 1px dashed #669966;
border: 1px solid #669966;
background-color: #ccffcc;
margin: 0px 50px 0px 50px;
text-align: center;
@@ -51,7 +51,7 @@ span.bold { font-weight: bold; }
height: 350px;
top: 10px;
left: 10px;
border: 1px dashed #990000;
border: 1px solid #990000;
background-color: #ffdddd;
text-align: center;
}
@@ -63,7 +63,7 @@ span.bold { font-weight: bold; }
height: 350px;
top: 10px;
right: 10px;
border: 1px dashed #990000;
border: 1px solid #990000;
background-color: #ffdddd;
text-align: center;
}