CSS cleanup

This commit is contained in:
ポール ウェッブ 2018-10-02 15:28:27 -05:00
parent 68fdeb0c77
commit d6bb92bf33
2 changed files with 2 additions and 8 deletions

View file

@ -79,14 +79,6 @@ textarea {
cursor: pointer; cursor: pointer;
} }
.left {
float: left;
}
.right {
float: right;
}
iframe { iframe {
border: 0; border: 0;
} }

View file

@ -199,6 +199,7 @@
.left { .left {
border-right: 1px solid rgba($gray, 0.3); border-right: 1px solid rgba($gray, 0.3);
float: left;
width: 30%; width: 30%;
word-wrap: break-word; word-wrap: break-word;
@ -213,6 +214,7 @@
} }
.right { .right {
float: right;
width: 70%; width: 70%;
} }