Commit compiled CSS
This commit is contained in:
parent
1022f298ac
commit
72d7713013
1 changed files with 3 additions and 1 deletions
|
@ -3098,7 +3098,9 @@ a.tag:hover {
|
|||
|
||||
/* I know this is wrong but it seems to work flawlessly across sizes. */
|
||||
.more-link {
|
||||
float: right; }
|
||||
float: right;
|
||||
position: relative;
|
||||
top: -0.333rem; }
|
||||
|
||||
.input, .textarea, .select select {
|
||||
background-color: white;
|
||||
|
|
Loading…
Add table
Reference in a new issue