Fixing some styling issues in IE
This commit is contained in:
parent
5b401da3d6
commit
d2ef260f81
@ -110,6 +110,7 @@ header {
|
|||||||
|
|
||||||
#content {
|
#content {
|
||||||
padding: rhythm(1);
|
padding: rhythm(1);
|
||||||
|
display: block;
|
||||||
|
|
||||||
.copy {
|
.copy {
|
||||||
background-color: $tan;
|
background-color: $tan;
|
||||||
@ -243,12 +244,17 @@ header {
|
|||||||
position: relative;
|
position: relative;
|
||||||
@include clearfix;
|
@include clearfix;
|
||||||
|
|
||||||
|
form {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
@include adjust-font-size-to($base-font-size);
|
@include adjust-font-size-to($base-font-size);
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
outline: none;
|
outline: none;
|
||||||
background: $tan;
|
background: $tan;
|
||||||
padding: 0 0.5em;
|
padding: 0 0.5em;
|
||||||
|
margin-bottom: 0.25em;
|
||||||
width: 100% !important; // "!important" prevents user changing width
|
width: 100% !important; // "!important" prevents user changing width
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
|
font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
|
||||||
|
Loading…
Reference in New Issue
Block a user