This commit is contained in:
parent
62e45befa2
commit
ac1854bf3a
1 changed files with 5 additions and 1 deletions
|
@ -71,6 +71,10 @@ aside button {
|
||||||
aside textarea {
|
aside textarea {
|
||||||
min-width: 20em;
|
min-width: 20em;
|
||||||
min-height: 7em;
|
min-height: 7em;
|
||||||
|
|
||||||
|
/* move resize arrow to the left */
|
||||||
|
direction: rtl;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* index listing of posts */
|
/* index listing of posts */
|
||||||
|
@ -82,7 +86,7 @@ li {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Edit button */
|
/* remove arrow of edit button */
|
||||||
summary {
|
summary {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue