CSS cleanup
This commit is contained in:
parent
68fdeb0c77
commit
d6bb92bf33
2 changed files with 2 additions and 8 deletions
|
@ -79,14 +79,6 @@ textarea {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
iframe {
|
||||
border: 0;
|
||||
}
|
||||
|
|
|
@ -199,6 +199,7 @@
|
|||
|
||||
.left {
|
||||
border-right: 1px solid rgba($gray, 0.3);
|
||||
float: left;
|
||||
width: 30%;
|
||||
word-wrap: break-word;
|
||||
|
||||
|
@ -213,6 +214,7 @@
|
|||
}
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue