reordering styles
This commit is contained in:
parent
6d1bd3f825
commit
cdd7e1e44c
1 changed files with 12 additions and 11 deletions
|
@ -407,16 +407,6 @@ textarea {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------- */
|
|
||||||
/* ==own stylesheet */
|
|
||||||
/* ----------------------------- */
|
|
||||||
|
|
||||||
/* Here should go your own CSS styles */
|
|
||||||
/* You can link them with an @import or, better for webperf, just paste them here */
|
|
||||||
|
|
||||||
/* @import url(my-styles.css); */
|
|
||||||
|
|
||||||
|
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
/* ==iefix */
|
/* ==iefix */
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
|
@ -481,3 +471,14 @@ textarea {
|
||||||
-webkit-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ----------------------------- */
|
||||||
|
/* ==own stylesheet */
|
||||||
|
/* ----------------------------- */
|
||||||
|
|
||||||
|
/* Here should go your own CSS styles */
|
||||||
|
/* You can link them with an @import or, better for webperf, just paste them here */
|
||||||
|
|
||||||
|
/* @import url(my-styles.css); */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue