Remove test borders.
This commit is contained in:
parent
7ac2eaf745
commit
a22b875bd2
@ -24,7 +24,7 @@
|
|||||||
[class*="col-"] {
|
[class*="col-"] {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border: 1px solid green; /* FORTESTING otherwise disable */
|
/*border: 1px solid green;*/ /* FORTESTING otherwise disable */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Ensure columns are respected as if they always exist. */
|
/* Ensure columns are respected as if they always exist. */
|
||||||
@ -90,7 +90,7 @@
|
|||||||
|
|
||||||
div {
|
div {
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
border: 1px solid red; /* FORTESTING otherwise disable */
|
/*border: 1px solid red;*/ /* FORTESTING otherwise disable */
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user